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
This commit is contained in:
Jon Dufresne 2019-10-29 17:15:56 -07:00 committed by Marius Gedminas
parent 23450495c5
commit 8aefe070aa
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.rst
[nosetests]
with-doctest = 1
exe = 1