Skip to content

Commit 73a2795

Browse files
jdufresnegsnedders
authored andcommitted
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
1 parent 9c44367 commit 73a2795

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ exclude = .git,__pycache__,.tox,doc
99
[flake8]
1010
ignore = N, W504
1111
max-line-length = 139
12-
13-
[metadata]
14-
license_file = LICENSE

0 commit comments

Comments
 (0)