From: CaselIT Date: Mon, 27 Jun 2022 20:35:17 +0000 (+0200) Subject: use license_files instead of the deprecated license_file X-Git-Tag: rel_1_8_1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720e50918ea21d4def23180a5fcf7ee6e6631e74;p=thirdparty%2Fsqlalchemy%2Falembic.git use license_files instead of the deprecated license_file Change-Id: I065a30d89c2c7b0c78ddd4f3e51770ab08d7dd95 --- 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 =