-
Notifications
You must be signed in to change notification settings - Fork 307
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