mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-01-09 13:49:46 +00:00
16 lines
210 B
INI
16 lines
210 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
|
|
|
|
[metadata]
|
|
license_file = LICENSE |