From 240b9c0b6b9887259d164336c949db0a3e112c8e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 28 Oct 2022 09:39:35 +0300 Subject: [PATCH] setup.cfg: use license_files instead of deprecated license_file Signed-off-by: Arthur Zamarin --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 59a8703e..a5caf7d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ url = https://github.com/pre-commit/pre-commit author = Anthony Sottile author_email = asottile@umich.edu license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = License :: OSI Approved :: MIT License Programming Language :: Python :: 3