-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.
Description
Motivation
Since the release of PEP 621, the .toml file has been increasingly adopted for simpler usage and its enhanced functionality. The setup.cfg, mainfest.in and .coveragerc files can be subsumed in the .toml file without any breaking changes. This can reduce the amount of config files and make the process of publishing future release versions simpler as well. WDYT?
Suggestion
Include the setup.cfg, mainfest.in and .coveragerc files into the pyproject.toml file.
Additional context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.