From 2322b674baa6bb7c30719ab901d49d3cb8627112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Oct 2022 16:22:43 +0200 Subject: [PATCH] Fix setuptools deprecation warning for license_file Use `license_files` instead of `license_file` in `setup.py` to fix 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 b1f1e82d..08739b30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ long_description_content_type = text/x-rst author = Tin Tvrtković author_email = tinchester@gmail.com license = Apache 2.0 -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 4 - Beta