miotto / treetagger-python

A Python module for interfacing with the Treetagger by Helmut Schmid.
Other
77 stars 29 forks source link

added minimal setup.py #4

Closed arne-cl closed 10 years ago

arne-cl commented 10 years ago

Hi Mirko,

I added a minimal setup.py, which allows your package to be installed system-wide (and also installs nltk, if necessary). You can also add your package to the Python Package Index (PyPI) by running:

python setup.py register sdist upload

Best, Arne

miotto commented 10 years ago

Hello Arne,

many thanks for the improvements to the code.

Best, Mirko

arne-cl commented 10 years ago

Hi Mirko,

I just recently learned how easy it is to get code into PyPI. Now I'm trying to convert everybody;)

Best, Arne