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-05-09 19:16:47 -07:00
parent 53433419e9
commit 991795eb8e

View File

@ -1,8 +1,5 @@
[aliases] [aliases]
test=pytest test=pytest
[metadata]
license_file = LICENSE
[flake8] [flake8]
max-line-length = 88 max-line-length = 88