Skip to content

Commit

Permalink
Remove deprecated license_file from setup.cfg (#182)
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 and dan-blanchard committed Nov 12, 2019
1 parent b411a97 commit eb1a10a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Expand Up @@ -4,9 +4,6 @@ test=pytest
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[tool:pytest]
addopts = -v
python_files = test.py
Expand Down

0 comments on commit eb1a10a

Please sign in to comment.