From 3ad88c7ab80b0d9e44a6bb72640dc51e00485a77 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 23 Sep 2021 18:01:14 +0000 Subject: [PATCH] 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. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.11.0