Skip to content

Commit

Permalink
Remove deprecated license_file from setup.cfg
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jdufresne committed May 10, 2019
1 parent c0e3d64 commit 20ab5ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[metadata]
license-file = LICENSE

[flake8]
# E501: line too long
ignore = E501
Expand Down

0 comments on commit 20ab5ff

Please sign in to comment.