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:
authorYuhao Zhang <zyh@stanford.edu>2020-03-11 05:08:04 +0300
committerYuhao Zhang <zyh@stanford.edu>2020-03-11 05:08:04 +0300
commitc0db1335fde440df14c637315d7f813efb3a069e (patch)
treeee09ecece993a966f143df05332637f21d9f95fd /setup.py
parentf3d8b0cf8bc84a12a4e4a2a7001a6e5cc662df88 (diff)
Minor fix on url
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9a9ed0ab..c4e9e330 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
# The project's main homepage.
- url='https://github.com/stanfordnlp/stanza.git',
+ url='https://github.com/stanfordnlp/stanza',
# Author details
author='Stanford Natural Language Processing Group',