PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.45k stars 574 forks source link

Deprecate `setuptools` integration comand #2263

Open Viicos opened 4 months ago

Viicos commented 4 months ago

Running python setup.py <cmd> is deprecated by setuptools, so I think it would be wise to deprecate the isort setuptools command as well, or at least remove it from the documentation.

What do you think?