mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
avoid redirect
This commit is contained in:
parent
d8c52560d1
commit
abe6162e7b
2
setup.py
2
setup.py
|
@ -144,7 +144,7 @@ def cython_setup(mod_names, language, includes):
|
|||
author='Matthew Honnibal',
|
||||
author_email='honnibal@gmail.com',
|
||||
version=VERSION,
|
||||
url="http://honnibal.github.io/spaCy/",
|
||||
url="http://spacy.io",
|
||||
package_data=PACKAGE_DATA,
|
||||
ext_modules=exts,
|
||||
cmdclass={'build_ext': build_ext_cython_subclass},
|
||||
|
|
Loading…
Reference in New Issue
Block a user