From 989400284b8a221d8bcf56e1fa2b8247f727f689 Mon Sep 17 00:00:00 2001 From: Andriy Orehov Date: Fri, 15 Nov 2019 14:48:10 +0200 Subject: Add project URLs Adds both a documentation and source code link, and makes the github link the "home page". Co-Authored-By: Hugo van Kemenade --- changelog.d/975.misc.rst | 1 + setup.cfg | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelog.d/975.misc.rst diff --git a/changelog.d/975.misc.rst b/changelog.d/975.misc.rst new file mode 100644 index 0000000..e57dbd0 --- /dev/null +++ b/changelog.d/975.misc.rst @@ -0,0 +1 @@ +Added project_urls for documentation and source. Patch by @andriyor (gh pr #975). diff --git a/setup.cfg b/setup.cfg index 8293d6d..bf02673 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,10 @@ author = Gustavo Niemeyer author_email = gustavo@niemeyer.net maintainer = Paul Ganssle maintainer_email = dateutil@python.org -url = https://dateutil.readthedocs.io +url = https://github.com/dateutil/dateutil +project_urls = + Documentation = https://dateutil.readthedocs.io/en/stable/ + Source = https://github.com/dateutil/dateutil long_description_content_type = text/x-rst license = Dual License license_file = LICENSE @@ -71,4 +74,3 @@ markers = tzlocal tzoffset tzstr - -- cgit v1.2.1