Skip to content

Commit 4510fa0

Browse files
authored
Merge pull request #694 from jdufresne/wheel-license
Include license file in the generated wheel package
2 parents ca049ad + 5f3f9a1 commit 4510fa0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include *.txt
22
include *.rst
3+
include LICENSE
34
recursive-include docs *
45
recursive-include testsuite *
56
recursive-exclude docs *.pyc

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
[pycodestyle]
58
select =
69
ignore = E226,E24

0 commit comments

Comments
 (0)