cffi: verbose=True

This commit is contained in:
James R. Barlow
2017-01-27 14:17:13 -08:00
parent 46cc0dd190
commit 65e4b1672f
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ setup(
],
use_scm_version={'version_scheme': 'post-release'},
cffi_modules=[
'ocrmypdf/lib/compile_leptonica.py:ffi'
'ocrmypdf/lib/compile_leptonica.py:ffibuilder'
],
install_requires=[
'ruffus==2.6.3', # pinned - ocrmypdf implements a 2.6.3 workaround