mpcabd / python-arabic-reshaper

Reconstruct Arabic sentences to be used in applications that don't support Arabic
MIT License
395 stars 81 forks source link

Unnecessary setuptools requirement #77

Closed 0-wiz-0 closed 1 year ago

0-wiz-0 commented 2 years ago

setup.py includes setuptools in its install_requires.

As far as I can tell, setuptools is not used after installation, so this should be put in setup_requires or just removed.

0-wiz-0 commented 2 years ago

This is correct after all, it's using pkg_resources.

joekohlsdorf commented 2 years ago

Can you reopen the issue please? pkg_resources is imported but not used anywhere.