Migrate setup.py
and setup.cfg
to pyproject.toml
#523
Labels
internal improvements
Changes that do not fix errors or add new noticeable features
maintenance
General maintenance
Migrate from the project configuration in
setup.py
to a more declarative standard inpyproject.toml
setup.py
andsetup.cfg
are used to specify the project metadata.pyproject.toml
is 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.toml
is compatible with other modern packaging and dependency management projects, like Python Poetry.The text was updated successfully, but these errors were encountered: