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's packaging recommendations are in transition. On the way to use of a pyproject.toml file to provide all static information (per PEP-517 and ultimately PEP-660), refactor the packaging to meet PEP518
Most of the difficulties have been demonstrated in a sample project:
Python's packaging recommendations are in transition. On the way to use of a
pyproject.toml
file to provide all static information (per PEP-517 and ultimately PEP-660), refactor the packaging to meet PEP518Most of the difficulties have been demonstrated in a sample project:
A discussion on StackOverflow answers some related questions: https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for
The text was updated successfully, but these errors were encountered: