Skip to content

Commit b004bfe

Browse files
authored
Remove unicode spaces in pyproject.toml
Remove "EN SPACE" (U+2002) characters in pyproject.toml and replace with regular space (U+0020) characters
1 parent d3d2cde commit b004bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "domdf_python_tools"
77
version = "3.8.0.post2"
8-
description = "Helpful functions for Python 🐍 🛠️"
8+
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
1010
requires-python = ">=3.6"
1111
keywords = [ "utilities",]

0 commit comments

Comments
 (0)