Migrate from setup.cfg to pyproject.toml
methane opened this issue · 6 comments
methane commented
- flake8 section can be removed by moving to ruff. (#542)
- metadata can be converted to PEP 621.
ThomasWaldmann commented
Maybe interesting: https://pypi.org/project/pyproject-flake8/
ThomasWaldmann commented
Besides the flake8 section, what else is to do for this issue?
methane commented
I updated the issue comment.
ThomasWaldmann commented
https://peps.python.org/pep-0621/ "PEP 621 – Storing project metadata in pyproject.toml"
ThomasWaldmann commented
I'll try to make a PR for pep621.
ThomasWaldmann commented
See PR #555.