From 3013bbd5c13d29b01462c90566f13ce4476a6f9a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 17 Jul 2018 23:17:07 +0000 Subject: [PATCH] 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. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0