From b0467d2972467b16c7d9a96780a22602b1c38bce Mon Sep 17 00:00:00 2001 From: Michael K Date: Mon, 31 May 2021 08:38:29 +0000 Subject: [PATCH] Add project urls to package metadata (#7728) This adds the links to PyPI. To see that in action check out https://pypi.org/project/Django/ (source code: https://github.com/django/django/blob/b8c9e9fae14676d2e81242cb8df1e2eeef9c3a2d/setup.cfg#L27-L32) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 84ef0e5a7..6baa2f7bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,9 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Scientific/Engineering +project_urls = + Release notes = https://github.com/explosion/spaCy/releases + Source = https://github.com/explosion/spaCy [options] zip_safe = false