msgpack/msgpack-python

Migrate from setup.cfg to pyproject.toml

methane opened this issue · 6 comments

  • flake8 section can be removed by moving to ruff. (#542)
  • metadata can be converted to PEP 621.

Besides the flake8 section, what else is to do for this issue?

I updated the issue comment.

https://peps.python.org/pep-0621/ "PEP 621 – Storing project metadata in pyproject.toml"

I'll try to make a PR for pep621.

See PR #555.