-
Notifications
You must be signed in to change notification settings - Fork 97
Improve pyproject.toml #364
Copy link
Copy link
Closed
Labels
EnhancementNot a bug, but increases or improves in value, quality, desirability, or attractivenessNot a bug, but increases or improves in value, quality, desirability, or attractivenessInfraAll about infrastructure (GitHub Action, project build etc.)All about infrastructure (GitHub Action, project build etc.)Release_3.x.yOnly for the major release 3Only for the major release 3
Metadata
Metadata
Assignees
Labels
EnhancementNot a bug, but increases or improves in value, quality, desirability, or attractivenessNot a bug, but increases or improves in value, quality, desirability, or attractivenessInfraAll about infrastructure (GitHub Action, project build etc.)All about infrastructure (GitHub Action, project build etc.)Release_3.x.yOnly for the major release 3Only for the major release 3
Type
Fields
Give feedbackSIze
None yet
Situation
Currently, the project is set up in the traditional way with
setup.py/setup.cfg. Nothing wrong with that, but the Python world is moving slowly topyproject.toml. We should at least try out.Possible Solution/Idea
Enhance the already existing
pyproject.tomlso it can be used by thepyproject-buildtool from the build module.Additional context