Skip to content

Commit 44965c2

Browse files
jdufresneandialbrecht
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 28a2acd commit 44965c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[bdist_wheel]
22
universal = 1
33

4-
[metadata]
5-
license_file = LICENSE
6-
74
[tool:pytest]
85
xfail_strict = True
96

0 commit comments

Comments
 (0)