Fixup manifest

This commit is contained in:
James R. Barlow
2017-10-11 13:12:14 -07:00
parent 6f8682f558
commit 984df023b1
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -39,4 +39,6 @@ tests/output/
tests/resources/private/
tmp/
pdfbox-app*.jar
.vscode/
.vscode/
IDEAS
_Dockerfile.local
+1 -1
View File
@@ -12,6 +12,7 @@ include .dockerignore
# tests
include pytest.ini
include .coveragerc
recursive-include tests *.jpg
recursive-include tests *.png
recursive-include tests *.pdf
@@ -45,7 +46,6 @@ exclude .travis*
# code
recursive-include ocrmypdf *.py
exclude ocrmypdf/lib/_leptonica.py
include OCRmyPDF.sh
include docker-wrapper.sh