Files
OCRmyPDF/setup.cfg
2017-05-11 23:51:45 -07:00

14 lines
193 B
INI

[bdist_wheel]
python-tag = py35
[aliases]
test=pytest
[check-manifest]
ignore =
.github
[tool:pytest]
norecursedirs = lib .pc .git output cache resources
testpaths = tests
addopts = -n auto