From 0199ab220ea35bd5bcd00fe84a2b19de95a5abec Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 25 Mar 2018 00:19:45 -0700 Subject: [PATCH] Tweak Manifest and .travis once more Travis "do_not_include" moving around no longer needed, thankfully. Manifest needed LICENSE. --- .travis.yml | 2 -- MANIFEST.in | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b276d660..ff93513e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,11 +42,9 @@ install: - pip3 install -r requirements.txt -r test_requirements.txt script: -- mv ocrmypdf dont_import_this_ocrmypdf - tesseract --version - qpdf --version - pytest -- mv dont_import_this_ocrmypdf ocrmypdf deploy: # release for main pypi diff --git a/MANIFEST.in b/MANIFEST.in index 25353c4e..618dfb34 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -24,6 +24,7 @@ recursive-exclude tests/output_pageinfo * recursive-exclude tests/resources/private * # documentation +include LICENSE include *.rst recursive-exclude .github * recursive-include docs *.py