]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use license_files instead of the deprecated license_file
authorFederico Caselli <cfederico87@gmail.com>
Mon, 27 Jun 2022 20:25:26 +0000 (22:25 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 27 Jun 2022 20:25:26 +0000 (22:25 +0200)
Change-Id: I787370bd0c912c2216b2f3efceb487a2ab6a4ddb

setup.cfg

index 35f8ed0ff8340244f90ce242ce455def43d5ade8..1ff42d61fc96e5c4b6bef1c371e0b33373d49562 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,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