aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-06-28 02:19:27 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-06-28 02:20:51 -0400
commit712a772643b83d9c6a1b6182592e6843765ed6b6 (patch)
tree8f6a191886af3ebc179b4564fbe7185cfeb097b0 /setup.cfg
parentbab04ac587b1de5eeeb085359515b09995a81c23 (diff)
downloadmeson-712a772643b83d9c6a1b6182592e6843765ed6b6.zip
meson-712a772643b83d9c6a1b6182592e6843765ed6b6.tar.gz
meson-712a772643b83d9c6a1b6182592e6843765ed6b6.tar.bz2
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.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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