PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

Use setuptools.build_meta #1219

Closed nanonyme closed 8 months ago

nanonyme commented 8 months ago

This package is currently using deprecated way of using setuptools in absence of pyproject.toml. See https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html how to integrate into the new system.

asottile commented 8 months ago

https://github.com/PyCQA/pyflakes/issues/793#issuecomment-1837484687