From: Jeremy Stanley Date: Thu, 23 Sep 2021 18:01:14 +0000 (+0000) Subject: Drop redundant license_files package metadata X-Git-Tag: 0.5.0~15 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=3ad88c7ab80b0d9e44a6bb72640dc51e00485a77;hp=104188043389347429fb6d8f2235b6818b9c2873 Drop redundant license_files package metadata 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. --- diff --git a/setup.cfg b/setup.cfg index 8736681..1cbd550 100644 --- 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)