From 42af7481da17cb8a8d7dffaba91a0013087a439d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 2 May 2018 01:22:30 +0000 Subject: [PATCH] Include license info in Python packages Add the license metadata option for clear indication on PyPI, and also link the license file for inclusion directly in Python wheel packages. Add the URL for the generic license text redirect too. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6165336..52bd243 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,9 @@ project_urls = Bug Reporting = https://mudpy.org/bugs/mudpy/ Documentation = https://mudpy.org/docs/mudpy/ Git Clone URL = https://mudpy.org/code/mudpy/ + License Texts = https://mudpy.org/license/ +license = ISC License (ISCL) +license_file = LICENSE classifier = License :: OSI Approved :: ISC License (ISCL) Operating System :: POSIX -- 2.11.0