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 -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",