From: Jeremy Stanley Date: Tue, 17 Jul 2018 23:17:07 +0000 (+0000) Subject: Add signed artifact URL to Python package metadata X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=32e83bf3ce8d6abaddd5e3b953551727287246c9 Add signed artifact URL to Python package metadata As PyPI doesn't support serving detached signatures for sdist and wheel packages, but we provide some, link the URL to our copies in the package metadata so that it appears in the links on the PyPI project page. --- diff --git a/setup.cfg b/setup.cfg index f1e1f2b..87801ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ project_urls = Documentation = https://mudpy.org/docs/mudpy/ Git Clone URL = https://mudpy.org/code/mudpy/ License Texts = https://mudpy.org/license/ + Release Files = https://mudpy.org/dist/mudpy/ keywords = mud game telnet license = ISC License (ISCL) license_file = LICENSE