lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.34k stars 664 forks source link

Add a pyproject.toml for pep 517 support #255

Closed maxnoe closed 2 years ago

SmileyChris commented 2 years ago

PEP 517 states:

If the pyproject.toml file is absent, or the build-backend key is missing, the source tree is not using this specification, and tools should revert to the legacy behaviour of running setup.py (either directly, or by implicitly invoking the setuptools.build_meta:legacy backend).

So isn't this redundant?

SmileyChris commented 2 years ago

No feedback on whether this actually fixes anything, so I'm closing for now