diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-12 09:51:00 -0800 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2019-11-12 09:51:00 -0800 |
commit | 5f17b0e48a476a3ec748a774aaeede9fa6bcacab (patch) | |
tree | b043b6a4a9e8d2a21b6b394468ed33b64f6a68e5 | |
parent | a7d4a6c1f19201dc196d4ba4636227c49d733cd1 (diff) | |
download | redis-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.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,6 +4,3 @@ exclude = .venv,.tox,dist,docs,build,*.egg,redis_install [bdist_wheel] universal = 1 - -[metadata] -license_file = LICENSE |