Skip to content

Commit a581c1a

Browse files
authored
Include LICENSE.txt 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 2e6d843 commit a581c1a

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
@@ -4,6 +4,9 @@ universal = 1
44
[flake8]
55
ignore = 'I201,I101,D100,D101,D102,D103,D200,D201,D202,D203,D204,D205,D211,D400,D401,D403,N802,N806,'
66

7+
[metadata]
8+
license_file = LICENSE.txt
9+
710
[isort]
811
not_skip = __init__.py
912
multi_line_output = 5

0 commit comments

Comments
 (0)