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",