From 52b0eb09835f21ca54a77b2394f02af6d1c75402 Mon Sep 17 00:00:00 2001 From: Sajed Date: Sun, 1 Oct 2023 10:15:40 +0000 Subject: [PATCH 1/2] Fixes #485 Project Page URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c43dca7..fbd9843 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="scispacy", version=VERSION["VERSION"], - url="https://allenai.github.io/SciSpaCy/", + url="https://github.com/allenai/scispacy", author="Allen Institute for Artificial Intelligence", author_email="ai2-info@allenai.org", description="A full SpaCy pipeline and models for scientific/biomedical documents.", From dc84f6fe8a98daf7616cbe8bf3466cb6d6f02a37 Mon Sep 17 00:00:00 2001 From: Sajed Date: Sun, 1 Oct 2023 21:03:19 -0400 Subject: [PATCH 2/2] Update setup.py Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbd9843..e1d2002 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="scispacy", version=VERSION["VERSION"], - url="https://github.com/allenai/scispacy", + url="https://allenai.github.io/scispacy/", author="Allen Institute for Artificial Intelligence", author_email="ai2-info@allenai.org", description="A full SpaCy pipeline and models for scientific/biomedical documents.",