From 87610d35a16120f1e6d673e1d585814a0e9fec84 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Sun, 18 Oct 2020 08:24:28 -0400 Subject: [PATCH] Tweak project_urls (#710) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d01eef8d..fe95e81d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,9 +7,9 @@ description = Collection of utilities for publishing packages on PyPI long_description = file:README.rst url = https://twine.readthedocs.io/ project_urls = + Source = https://github.com/pypa/twine/ + Documentation = https://twine.readthedocs.io/en/latest/ Packaging tutorial = https://packaging.python.org/tutorials/distributing-packages/ - Twine documentation = https://twine.readthedocs.io/en/latest/ - Twine source = https://github.com/pypa/twine/ classifiers = Intended Audience :: Developers License :: OSI Approved :: Apache Software License