setup.py: for some reason, subpackages must be explicitly specified

This commit is contained in:
James R. Barlow
2017-01-27 00:37:05 -08:00
parent 179b812acb
commit e4ce1dae35
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -7,4 +7,3 @@ reportlab == 3.3.0
PyPDF2 == 1.26
img2pdf == 0.2.1
cffi == 1.9.1
-e .
+1 -1
View File
@@ -192,7 +192,7 @@ setup(
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",