-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
internal improvementsChanges that do not fix errors or add new noticeable featuresChanges that do not fix errors or add new noticeable featuresmaintenanceGeneral maintenanceGeneral maintenance
Description
Migrate from the project configuration in setup.py to a more declarative standard in pyproject.toml
- Currently
setup.pyandsetup.cfgare used to specify the project metadata. pyproject.tomlis a new standard way adopted by the pythonic community of specifying project metadata, removing the need for all these files. All the project metadata should go in this file.pyproject.tomlis compatible with other modern packaging and dependency management projects, like Python Poetry.
Metadata
Metadata
Assignees
Labels
internal improvementsChanges that do not fix errors or add new noticeable featuresChanges that do not fix errors or add new noticeable featuresmaintenanceGeneral maintenanceGeneral maintenance