diff --git a/setup.py b/setup.py index a33f92d..175137a 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,10 @@ def setup_package(): "Programming Language :: Python :: 3.10", ], zip_safe=False, + project_urls={ + "Release notes": "https://github.com/explosion/spacy-stanza/releases", + "Source": "https://github.com/explosion/spacy-stanza", + }, )