From 712a772643b83d9c6a1b6182592e6843765ed6b6 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 28 Jun 2023 02:19:27 -0400 Subject: fix setuptools deprecation warning for renamed metadata key Licenses can be plural, so the official key here has an "s" at the end and triggers a deprecation warning for the old name. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index fda7910..a23af07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ keywords = build system cmake license = Apache License, Version 2.0 -license_file = COPYING +license_files = COPYING classifiers = Development Status :: 5 - Production/Stable Environment :: Console -- cgit v1.1