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 00abcc3 + 5dbf62e commit 8265a20Copy full SHA for 8265a20
MANIFEST.in
@@ -1,2 +1,5 @@
1
include LICENSE
2
-recursive-include *.py *.j2 *.rst
+include tox.ini
3
+recursive-include bin *.py
4
+recursive-include code_templates *.j2
5
+recursive-include docs *.py *.rst
setup.cfg
@@ -1,5 +1,2 @@
[bdist_wheel]
universal = 1
-
-[metadata]
-license_file = LICENSE
0 commit comments