From 852bea05b2665856cc5cc88652c0a66863747415 Mon Sep 17 00:00:00 2001 From: CaselIT Date: Mon, 27 Jun 2022 22:38:11 +0200 Subject: [PATCH] fix typo in setup.cfg Change-Id: I06bd0183a8931eec193f1007ea4f3b9016f9dec0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.47.2