We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca049ad + 5f3f9a1 commit 4510fa0Copy full SHA for 4510fa0
MANIFEST.in
@@ -1,5 +1,6 @@
1
include *.txt
2
include *.rst
3
+include LICENSE
4
recursive-include docs *
5
recursive-include testsuite *
6
recursive-exclude docs *.pyc
setup.cfg
@@ -1,6 +1,9 @@
[bdist_wheel]
universal = 1
+[metadata]
+license_file = LICENSE
+
7
[pycodestyle]
8
select =
9
ignore = E226,E24
0 commit comments