From: Jeremy Stanley Date: Sat, 29 Sep 2018 17:42:23 +0000 (+0000) Subject: Add AUTHORS file to wheel X-Git-Tag: 0.0.1~50 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=f9f0e640be09d0cb3ebfa8f84977fdf5ae816088 Add AUTHORS file to wheel 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. --- diff --git a/setup.cfg b/setup.cfg index 1e50cc8..d397c14 100644 --- 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)