avoid redirect

This commit is contained in:
Henning Peters 2015-11-24 20:01:43 +01:00
parent d8c52560d1
commit abe6162e7b

View File

@ -144,7 +144,7 @@ def cython_setup(mod_names, language, includes):
author='Matthew Honnibal', author='Matthew Honnibal',
author_email='honnibal@gmail.com', author_email='honnibal@gmail.com',
version=VERSION, version=VERSION,
url="http://honnibal.github.io/spaCy/", url="http://spacy.io",
package_data=PACKAGE_DATA, package_data=PACKAGE_DATA,
ext_modules=exts, ext_modules=exts,
cmdclass={'build_ext': build_ext_cython_subclass}, cmdclass={'build_ext': build_ext_cython_subclass},