Remove deprecated license_file from setup.cfg (#825)

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
This commit is contained in:
Jon Dufresne 2019-05-07 06:57:44 -07:00 committed by Łukasz Langa
parent 4a7da71069
commit e7a44296c3

View File

@ -1,5 +1,2 @@
[bdist_wheel] [bdist_wheel]
python-tag = py36 python-tag = py36
[metadata]
license_file = LICENSE