Commit 777ae75c authored by Fize Jacques's avatar Fize Jacques
Browse files

add setup.py

parent d17a7d0c
No related merge requests found
Showing with 15 additions and 0 deletions
+15 -0
setup.py 0 → 100644
from setuptools import setup
setup(
name='strpython',
version='1.0b',
packages=['strpython', 'strpython.nlp', 'strpython.nlp.ner', 'strpython.nlp.exception', 'strpython.nlp.pos_tagger',
'strpython.nlp.disambiguator', 'strpython.nlp.disambiguator.models', 'strpython.eval', 'strpython.config',
'strpython.models', 'strpython.models.transformation', 'strpython.helpers'],
url='',
license='MIT',
author='Jacques Fize',
author_email='jacques.fize@cirad.fr',
setup_require=['p'],
description=''
)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment