Add AUTHORS file to wheel
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Sep 2018 17:42:23 +0000 (17:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Sep 2018 17:42:23 +0000 (17:42 +0000)
Now that Wheel 0.32 supports a list of license_files we can
incorporate the AUTHORS file into .whl packages. With this, we
should also be able to make the copyright headers in various files
more generalized.

setup.cfg

index 1e50cc8..d397c14 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,9 @@ project_urls =
     Release Files = https://mudpy.org/dist/mudpy/
 keywords = mud game telnet
 license = ISC License (ISCL)
-license_file = LICENSE
+license_files =
+    AUTHORS
+    LICENSE
 platform = POSIX/Unix
 classifier =
     License :: OSI Approved :: ISC License (ISCL)