summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-16 17:03:08 -0500
committerGitHub <noreply@github.com>2021-01-16 17:03:08 -0500
commit13a17a7608698c4299c20f18d5e04456d3a79a3a (patch)
tree1e3dc402e4c2891a526d4f6ab37c0affcbf0c414
parent6ad2fb0b78d11e22672f56ef9d65d13ebd3475a9 (diff)
parent4665f91bda1541205d9a6675bc81ed6599a608e3 (diff)
downloadpython-setuptools-git-13a17a7608698c4299c20f18d5e04456d3a79a3a.tar.gz
Merge pull request #2511 from webknjaz/maintenance/setup.cfg-license-files
Use license_files instead of license_file in meta
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 451abe83..64034e02 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
-license_file = LICENSE
+license_files =
+ LICENSE
name = setuptools
version = 51.2.0
author = Python Packaging Authority