Skip to content

Commit 6dc567f

Browse files
committed
Package the license file in the wheel
Makes sure the license file gets included in the wheel so that is available for the end user to inspect in the installed environment.
1 parent c51e888 commit 6dc567f

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,2 +1,5 @@
1+
[metadata]
2+
license_file = license.txt
3+
14
[bdist_wheel]
25
universal = 1

0 commit comments

Comments
 (0)