summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-12 09:51:00 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-11-12 09:51:00 -0800
commit5f17b0e48a476a3ec748a774aaeede9fa6bcacab (patch)
treeb043b6a4a9e8d2a21b6b394468ed33b64f6a68e5
parenta7d4a6c1f19201dc196d4ba4636227c49d733cd1 (diff)
downloadredis-py-5f17b0e48a476a3ec748a774aaeede9fa6bcacab.tar.gz
Remove deprecated license_file from setup.cfg (#1244)
Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. 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 https://wheel.readthedocs.io/en/stable/news.html
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index a938c43..656df62 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,3 @@ exclude = .venv,.tox,dist,docs,build,*.egg,redis_install
[bdist_wheel]
universal = 1
-
-[metadata]
-license_file = LICENSE