Skip to content

Commit 5faba37

Browse files
authored
Include LICENSE file in wheels
The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
1 parent 5c43fa9 commit 5faba37

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,6 +1,9 @@
11
[bdist_wheel]
22
universal=1
33

4+
[metadata]
5+
license_file = LICENSE
6+
47
[manifix]
58
known_excludes =
69
.git/**

0 commit comments

Comments
 (0)