From fd56f05948ed587f908d66106c44ab6e1ca3b110 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 2 May 2018 01:18:49 +0000 Subject: [PATCH] Update URLs in package metadata Update the home-page URL in setup.cfg to reflect the switch to HTTPS, and also add specific PEP 345 Project-URL entries for generic documentation, VCS cloning/browsing and defect tracking redirects. --- setup.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4541c7c..6165336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,12 @@ description-file = description-content-type = text/x-rst; charset=UTF-8 author = Jeremy Stanley author-email = fungi@yuggoth.org -home-page = http://mudpy.org/ +home-page = https://mudpy.org/ +project_urls = + Browse Source = https://mudpy.org/code/mudpy/ + Bug Reporting = https://mudpy.org/bugs/mudpy/ + Documentation = https://mudpy.org/docs/mudpy/ + Git Clone URL = https://mudpy.org/code/mudpy/ classifier = License :: OSI Approved :: ISC License (ISCL) Operating System :: POSIX -- 2.11.0