mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-03 20:24:33 -04:00
Tweak Manifest and .travis once more
Travis "do_not_include" moving around no longer needed, thankfully. Manifest needed LICENSE.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user