From: Mike Bayer Date: Wed, 3 Jan 2024 01:03:35 +0000 (-0500) Subject: fix big scary setuptools warning about license_files X-Git-Tag: rel_1_4_51~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a7f478e2a81bfe6277c872633b578c3ecd6108b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix big scary setuptools warning about license_files Change-Id: Ic84b769be748d410ed89539ffd798ea91d00af54 --- diff --git a/setup.cfg b/setup.cfg index 307087dc0b..852089a99b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ url = https://www.sqlalchemy.org author = Mike Bayer author_email = mike_mp@zzzcomputing.com license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers