Update URLs in package metadata
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:18:49 +0000 (01:18 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:18:49 +0000 (01:18 +0000)
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

index 4541c7c..6165336 100644 (file)
--- 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