Skip to content

Commit

Permalink
setup.py: for some reason, subpackages must be explicitly specified
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Jan 27, 2017
1 parent 179b812 commit e4ce1da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ reportlab == 3.3.0
PyPDF2 == 1.26
img2pdf == 0.2.1
cffi == 1.9.1
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def check_external_program(
author='James R. Barlow',
author_email='jim@purplerock.ca',
license='MIT',
packages=['ocrmypdf'],
packages=['ocrmypdf', 'ocrmypdf.exec'],
keywords=['PDF', 'OCR', 'optical character recognition', 'PDF/A', 'scanning'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e4ce1da

Please sign in to comment.