mpcabd / python-arabic-reshaper

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

Create the `setup.py` file #4

Closed assem-ch closed 8 years ago

assem-ch commented 8 years ago

This will help users to install the script easily.

Also setup.py could help to register it in PYPI making it installable by:

sudo pip install arabic_reshaper

You can register it in pypi by:

python setup.py register
mpcabd commented 8 years ago

Thanks @assem-ch for your valued contribution :smile:

assem-ch commented 8 years ago

@mpcabd Thanks to you , that was so quick :)