From 720e50918ea21d4def23180a5fcf7ee6e6631e74 Mon Sep 17 00:00:00 2001 From: CaselIT Date: Mon, 27 Jun 2022 22:35:17 +0200 Subject: [PATCH] use license_files instead of the deprecated license_file Change-Id: I065a30d89c2c7b0c78ddd4f3e51770ab08d7dd95 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9e0c1318..35f82edc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ url=https://alembic.sqlalchemy.org author = Mike Bayer author_email = mike_mp@zzzcomputing.com license = MIT -license_file = LICENSE +license_fileS = LICENSE classifiers = -- 2.47.2