From: Jeremy Stanley Date: Tue, 17 Jul 2018 23:17:07 +0000 (+0000) Subject: Add signed artifact URL to Python package metadata X-Git-Tag: 0.0.1~60 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=3013bbd5c13d29b01462c90566f13ce4476a6f9a;ds=sidebyside 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