link: more MANIFEST.in tweaks

This commit is contained in:
James R. Barlow
2016-08-31 16:28:39 -07:00
parent 8ac94879f1
commit 2625368aed
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ recursive-exclude tests/cache *
# documentation
include *.rst
include pipeline.svg
recursive-exclude .github *
# support files
recursive-include ocrmypdf/data *
+6 -1
View File
@@ -1,4 +1,9 @@
[bdist_wheel]
python-tag = py34
[aliases]
test=pytest
test=pytest
[check-manifest]
ignore =
.github