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)
commit3ad88c7ab80b0d9e44a6bb72640dc51e00485a77
tree9d485cea83254f5a96cddc7badb5cc33b6312fac
parent104188043389347429fb6d8f2235b6818b9c2873
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