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
setuptoolsdoes not yet allow project creators to use the new pyproject.toml standard configuration file to configure setuptools behavior. This distracts and confuses package creators, and prevents platforms and tools from depending on the presence of standard pyproject.toml metadata in packages. We'd like to implement pyproject.toml configuration support in setuptools. This requires backend development work, technical writing, and coordination and publicity work among Python users.
di
changed the title
Implement PEP 621 -- Storing project metadata in pyproject.toml
Implement PEP 621 in setuptools -- Storing project metadata in pyproject.toml
Dec 9, 2021
setuptools
does not yet allow project creators to use the newpyproject.toml
standard configuration file to configuresetuptools
behavior. This distracts and confuses package creators, and prevents platforms and tools from depending on the presence of standardpyproject.toml
metadata in packages. We'd like to implementpyproject.toml
configuration support insetuptools
. This requires backend development work, technical writing, and coordination and publicity work among Python users.PEP: https://www.python.org/dev/peps/pep-0621/
The text was updated successfully, but these errors were encountered: