From 6afba8c6ba9a2d746825a690470fd531606fc2f1 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Thu, 3 Dec 2015 20:17:13 +0100 Subject: [PATCH] change github url to website --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e3e72087..94a3804cd 100644 --- a/setup.py +++ b/setup.py @@ -173,7 +173,7 @@ def run_setup(exts): author='Matthew Honnibal', author_email='honnibal@gmail.com', version=VERSION, - url="http://honnibal.github.io/spaCy/", + url="https://spacy.io", package_data=PACKAGE_DATA, ext_modules=exts, license="MIT",