jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.18k stars 690 forks source link

Refactor project configuration files from setup.cfg to pyproject.toml PEP-518 #995

Closed cleder closed 1 month ago

cleder commented 1 month ago

workerB As Python packaging evolves, pyproject.toml is becoming the de facto standard for configuration, supported by tools like pip, uv and build systems like flit and poetry.

background

python -m build produces the same results, on master and this branch