Skip to content

Commit d870c9d

Browse files
authored
Add license_file to setup.cfg metadata
This ensures that the LICENSE file is included in a built wheel. Otherwise a wheel would be missing this entirely.
1 parent 9879292 commit d870c9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

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

4+
[metadata]
5+
license_file=LICENSE
6+
47
[devpi:upload]
58
formats=sdist.tgz,bdist_wheel

0 commit comments

Comments
 (0)