Skip to content

Commit 54187d5

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 11ffb5e commit 54187d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
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
[pep8]
58
ignore = E131, E303, W503
69
max-line-length = 120

0 commit comments

Comments
 (0)