zheller / flake8-quotes

Flake8 extension for checking quotes in python
MIT License
178 stars 39 forks source link

Replace setup.py with pyproject.toml #107

Closed skirpichev closed 1 year ago

skirpichev commented 2 years ago

FYI: I see "DEPRECATION: flake8-quotes is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change.", hence this PR.

Second commit adds a simple GA workflow, see an example.

Unfortunately, the pyproject.toml support will require setuptools>=61, that's why requires-python option was changed.

skirpichev commented 1 year ago

Ok, I assume this is not helpful.