Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ38 <jebolton@stanford.edu>2019-01-19 10:40:00 +0300
committerJ38 <jebolton@stanford.edu>2019-01-19 10:40:00 +0300
commit83e60e95f25839dc07c8019be877e52e95e1ae2c (patch)
tree1ccdae44da0b5619539fbdb88e0c0b7b79a5b3f0 /setup.py
parentb777cb80d83ef351e7a0a938e91febc7d8d8feae (diff)
small updates, fix license, add clint as dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 8964a56e..877e4a29 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='0.1.1',
+ version='0.1.0',
description='Official Stanford NLP Python Library',
long_description=long_description,
@@ -29,7 +29,7 @@ setup(
author_email='jebolton@stanford.edu',
# Choose your license
- license='GPL',
+ license='Apache License 2.0',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
@@ -59,7 +59,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- install_requires=['numpy', 'ply', 'protobuf', 'requests', 'torch'],
+ install_requires=['clint', 'numpy', 'ply', 'protobuf', 'requests', 'torch'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,