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
Python packaging standards are changing, and the current setup.py will no longer be installable with pip >= 25.0.
I have created a pyproject.toml from the provided setup.py that meets the new requirements:
[https://packaging.python.org/en/latest/tutorials/packaging-projects/]
The text was updated successfully, but these errors were encountered:
Python packaging standards are changing, and the current setup.py will no longer be installable with pip >= 25.0.
I have created a
pyproject.toml
from the providedsetup.py
that meets the new requirements:[https://packaging.python.org/en/latest/tutorials/packaging-projects/]
The text was updated successfully, but these errors were encountered: