From 564d526fdbdc32a936e4b5ddac186c26024f626b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 18 Oct 2022 09:43:17 +0200 Subject: Update setup.cfg to use license_files (#839) Fixes the following warning: > The license_file parameter is deprecated, use license_files instead. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca59291..286d6cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -license_file = LICENSE +license_files = LICENSE [isort] combine_as_imports = true -- cgit v1.2.1