Skip to content

Commit b18c53e

Browse files
Merge pull request #151 from pombredanne/patch-1
Ensure that LICENSE file is included in wheels
2 parents 905fe1c + 7ee6a66 commit b18c53e

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)