JBKahn / flake8-print

flake8
MIT License
121 stars 21 forks source link

Remove setup_requires from setup.py #45

Closed BlueNc closed 3 years ago

BlueNc commented 4 years ago

I have a similar problem as https://github.com/pypa/pip/issues/4792

Warning Using setup_requires is discouraged in favor of PEP-518 https://setuptools.readthedocs.io/en/latest/setuptools.html

BlueNc commented 4 years ago

workaround this issue upgrading setuptools version

JBKahn commented 3 years ago

Fixed