From c32a49e00e377ea1b425663a94f31c29a59643cc Mon Sep 17 00:00:00 2001 From: "Tim.Mitchell" Date: Mon, 22 Aug 2022 16:38:01 +1200 Subject: [PATCH] use license_files instead of deprecated license_file. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7149fc9..afc2e27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 license = MIT -license_file = LICENSE +license_files = LICENSE [options] py_modules = pure_interface