From: CaselIT Date: Mon, 27 Jun 2022 20:38:11 +0000 (+0200) Subject: fix typo in setup.cfg X-Git-Tag: rel_1_8_1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852bea05b2665856cc5cc88652c0a66863747415;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo in setup.cfg Change-Id: I06bd0183a8931eec193f1007ea4f3b9016f9dec0 --- diff --git a/setup.cfg b/setup.cfg index 35f82edc..0d9ce1a7 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_fileS = LICENSE +license_files = LICENSE classifiers =