Do we need to exclude ocrmypdf.lib?

This commit is contained in:
James R. Barlow
2017-01-27 13:49:11 -08:00
parent 49ab0c1f0b
commit 678b9fb603
+1 -1
View File
@@ -192,7 +192,7 @@ setup(
author='James R. Barlow',
author_email='jim@purplerock.ca',
license='MIT',
packages=find_packages(exclude=["tests", "tests.*"]),
packages=find_packages(exclude=["tests", "tests.*", "ocrmypdf.lib"]),
keywords=['PDF', 'OCR', 'optical character recognition', 'PDF/A', 'scanning'],
classifiers=[
"Programming Language :: Python :: 3",