mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-05 05:05:44 -04:00
19 lines
269 B
INI
19 lines
269 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
|
|
filterwarnings =
|
|
ignore:.*XMLParser.*:DeprecationWarning
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|