mpcabd / python-arabic-reshaper

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

fix: remove unused import from pkg_resources #81

Closed joekohlsdorf closed 2 years ago

joekohlsdorf commented 2 years ago

Removing the unused import allows to remove setuptools from install_requires. Fixes #77.