From f0048edf2b5729330bfae479ed0a85ff8667f6cc Mon Sep 17 00:00:00 2001 From: Mike Hendricks Date: Tue, 21 Nov 2023 17:39:07 -0800 Subject: [PATCH] Switch from license_file to license_files in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6d1a159..02ebf92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ url = https://github.com/blurstudio/hab author = Blur Studio author_email = opensource@blur.com license = LGPL-3.0 -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Environment :: Console