Drop redundant license_files package metadata
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 23 Sep 2021 18:01:14 +0000 (18:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 23 Sep 2021 18:01:14 +0000 (18:01 +0000)
As of wheel 0.32.0, with the introduction of the license_files meta
directive, the default is already to include any files matching the
glob patterns 'LICEN[CS]E*', 'COPYING*', 'NOTICE*', or 'AUTHORS*'
which covers our LICENSE and AUTHORS files well, so let's simplify
and clean it up.

setup.cfg

index 8736681..1cbd550 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,9 +20,6 @@ project_urls =
     Release Files = https://mudpy.org/dist/mudpy/
 keywords = mud game telnet
 license = ISC License (ISCL)
-license_files =
-    AUTHORS
-    LICENSE
 platforms = POSIX/Unix
 classifiers =
     License :: OSI Approved :: ISC License (ISCL)