You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that setup.py directly opens the README.md to read does not really work under windows, since the default encoding is not UTF-8 (by default it is CP1252), and that file contains emojis (c.f. conda-forge/staged-recipes#27901).
Would it be possible to port this package to use a more modern version of project setup (e.g. via pyproject.toml). In this case, one wouldn't have to use open at all. You can port your setup.pyusing hatch for example.
The text was updated successfully, but these errors were encountered:
The fact that
setup.py
directly opens theREADME.md
to read does not really work under windows, since the default encoding is not UTF-8 (by default it is CP1252), and that file contains emojis (c.f. conda-forge/staged-recipes#27901).Would it be possible to port this package to use a more modern version of project setup (e.g. via
pyproject.toml
). In this case, one wouldn't have to use open at all. You can port yoursetup.py
using hatch for example.The text was updated successfully, but these errors were encountered: