Skip to content

Commit

Permalink
Remove deprecated license_file from setup.cfg (#79)
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 authored Feb 17, 2020
1 parent 1233a73 commit 69ac335
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,5 +1,2 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE.rst

0 comments on commit 69ac335

Please sign in to comment.