PyCQA / isort

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

Deprecate `setuptools` integration comand #2263

Open Viicos opened 6 months ago

Viicos commented 6 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?