summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-02-25 20:56:05 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2020-02-25 20:56:05 -0800
commit51f0daabca9c1ad3f66bfef5fda89f54c4b69c9a (patch)
treea69bbd897dc51463e8f9c217bc2c82f050a56f28
parentf8a8e9dcbdcf212f05e610957ba6ff55294049f0 (diff)
downloadappdirs-51f0daabca9c1ad3f66bfef5fda89f54c4b69c9a.tar.gz
Remove deprecated license_file from setup.cfg
Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include LICENSE, it is now included automatically: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index c0868dd..2a9acf1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,2 @@
-
[bdist_wheel]
universal = 1
-
-[metadata]
-license_file = LICENSE.txt
-