From 36e5eaeff42a39142b7894742add88116c453969 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 27 Jun 2022 22:25:26 +0200 Subject: [PATCH] use license_files instead of the deprecated license_file Change-Id: I787370bd0c912c2216b2f3efceb487a2ab6a4ddb --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 35f8ed0ff8..1ff42d61fc 100644 --- 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 -- 2.47.2