From: Jeremy Stanley Date: Wed, 2 May 2018 01:18:49 +0000 (+0000) Subject: Update URLs in package metadata X-Git-Tag: 0.0.1~86 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=fd56f05948ed587f908d66106c44ab6e1ca3b110 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. --- 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