summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2021-01-09 05:27:24 +0100
committerJason R. Coombs <jaraco@jaraco.com>2021-01-08 23:35:07 -0500
commita9b3f681dea9728235c2a9c68165f7b5cbf350ab (patch)
treeb81f0cba922c4c28c57f3464736b870e3e95964e
parent1731fbebe9f6655a203e6e08ab309f9916ea6f65 (diff)
downloadpytest-runner-a9b3f681dea9728235c2a9c68165f7b5cbf350ab.tar.gz
Use license_files instead of license_file in meta (#35)
Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d5010f7..88bc263 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
-license_file = LICENSE
+license_files =
+ LICENSE
name = skeleton
author = Jason R. Coombs
author_email = jaraco@jaraco.com