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.
1 parent 8d3033d commit 64a95f6Copy full SHA for 64a95f6
MANIFEST.in
@@ -3,9 +3,11 @@ include CONTRIBUTING.rst
3
include HISTORY.rst
4
include LICENSE
5
include README.rst
6
+include README.md
7
+include tox.ini
8
-recursive-include tests *
-recursive-exclude * __pycache__
9
-recursive-exclude * *.py[co]
+graft tests
10
+global-exclude __pycache__
11
+global-exclude *.py[co]
12
13
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
0 commit comments