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-29 13:13:15 +0300
committerJ38 <jebolton@stanford.edu>2019-01-29 13:13:15 +0300
commit7e85deab1ee662c8c5c3b249df6213d53def559c (patch)
treeebb66ec889921b7ef11ff545b120d6c2a6b8cfe1 /setup.py
parent24bbfe48711092eb751121d5b786a6547f62ae33 (diff)
small changes before final release of 0.1.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2f38e89f..1eefde80 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(
description='Official Stanford NLP Python Library',
long_description=long_description,
-
+ long_description_content_type="text/markdown",
# The project's main homepage.
url='https://github.com/stanfordnlp/stanfordnlp.git',
@@ -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', 'tqdm'],
+ install_requires=['numpy', 'protobuf', 'requests', 'torch', 'tqdm'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,