Include license info in Python packages
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:22:30 +0000 (01:22 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 2 May 2018 01:27:04 +0000 (01:27 +0000)
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

index 6165336..52bd243 100644 (file)
--- 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