2015-07-25 23:45:13 -07:00
|
|
|
[bdist_wheel]
|
2017-05-11 23:51:45 -07:00
|
|
|
python-tag = py35
|
2016-08-31 16:28:39 -07:00
|
|
|
|
2016-02-16 05:36:14 -08: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]
|
2017-01-26 13:22:01 -08:00
|
|
|
norecursedirs = lib .pc .git output cache resources
|
|
|
|
testpaths = tests
|
2018-12-12 22:13:32 -08:00
|
|
|
filterwarnings =
|
|
|
|
ignore:.*XMLParser.*:DeprecationWarning
|
2019-05-14 16:34:42 -07:00
|
|
|
markers =
|
|
|
|
slow
|
2018-03-30 13:22:35 -07:00
|
|
|
|
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
|
2020-06-09 00:00:25 -07:00
|
|
|
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
|
|
|
|
2018-03-30 13:22:35 -07:00
|
|
|
[metadata]
|
2018-12-12 22:13:32 -08:00
|
|
|
license_file = LICENSE
|