domdfcoding / domdf_python_tools

Helpful functions for Python 🐍 🛠️
https://domdf-python-tools.readthedocs.io/en/latest
MIT License
6 stars 4 forks source link

Remove unicode spaces in pyproject.toml #120

Open wwuck opened 5 months ago

wwuck commented 5 months ago

Remove "EN SPACE" (U+2002) characters in pyproject.toml and replace with regular space (U+0020) characters

Fixes #119