Skip to content

Commit

Permalink
Add project urls to package metadata (#96)
Browse files Browse the repository at this point in the history
This adds the links to PyPI. To see that in action check out
https://pypi.org/project/spacy/ (source code:
explosion/spaCy#7728, but for declarative
packaging config)
  • Loading branch information
michael-k authored Oct 9, 2023
1 parent a4565e4 commit 717386b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
)


Expand Down

0 comments on commit 717386b

Please sign in to comment.