Skip to content

Commit 7ee6a66

Browse files
authored
Ensure that LICENSE file is included in wheels
Without this it is never included. Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 905fe1c commit 7ee6a66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

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

4+
[metadata]
5+
# ensure that the LICENSE file is included in the built wheels
6+
license_file = LICENSE
7+
48
[devpi:upload]
59
formats=sdist,bdist_wheel
610

0 commit comments

Comments
 (0)