From: Jeremy Stanley Date: Wed, 2 May 2018 01:22:30 +0000 (+0000) Subject: Include license info in Python packages X-Git-Tag: 0.0.1~85 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=42af7481da17cb8a8d7dffaba91a0013087a439d;hp=fd56f05948ed587f908d66106c44ab6e1ca3b110 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. --- 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