-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There is a shift towards using pyproject.toml instead of setup.py for package configuration.
This has the benefit of being statically inspectable without running the config, and allows many tools to be used for dependency management, while using the toml file as a single source of truth. An overview can be found here and in the motivation section of PEP621.
See the python docs for declaring project metadata, which is the (living) specification for the format of the pyproject.toml file
Relevant PEPs:
With setuptools recently implementing support for PEP660, it seems that there's very little reason not to do it
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request