From f9f0e640be09d0cb3ebfa8f84977fdf5ae816088 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 29 Sep 2018 17:42:23 +0000 Subject: [PATCH] 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. --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.0