-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Labels
Description
First of all, thanks to all contributors, great job π.
I basically propose migrating to PEP 621 and using a single file (pyproject.toml) to configure package metadata and tools (tox, coverage, etc).
Here are all the files that could be replaced by pyproject.toml:
.coveragerc: ref(coverage-config): migrate coverage config from.coveragerctopyproject.tomlΒ #699tox.ini: ref(tox-config): migrate tox config fromtox.initopyproject.tomlΒ #700MANIFEST.in: ref(project-metadata): migrate to PEP 621Β #701requirements.txt: ref(project-metadata): migrate to PEP 621Β #701setup.cfg: ref(project-metadata): migrate to PEP 621Β #701setup.py: ref(project-metadata): migrate to PEP 621Β #701
Resources:
patkan