OCRmyPDF/setup.cfg

30 lines
588 B
INI
Raw Normal View History

2015-07-25 23:45:13 -07:00
[bdist_wheel]
python-tag = py35
2016-08-31 16:28:39 -07:00
[aliases]
2016-08-31 16:28:39 -07:00
test=pytest
[check-manifest]
ignore =
2017-01-26 12:45:38 -08:00
.github
[tool:pytest]
norecursedirs = lib .pc .git output cache resources
testpaths = tests
filterwarnings =
ignore:.*XMLParser.*:DeprecationWarning
2019-05-14 16:34:42 -07:00
markers =
slow
2018-12-30 01:28:15 -08:00
[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
2019-12-19 15:16:48 -08:00
known_first_party = ocrmypdf
known_third_party = PIL,_cffi_backend,cffi,flask,img2pdf,pdfminer,pikepdf,pkg_resources,pluggy,pytest,reportlab,setuptools,sphinx_rtd_theme,tqdm,watchdog,werkzeug
2018-12-30 01:28:15 -08:00
[metadata]
license_file = LICENSE