fonttools/setup.cfg

27 lines
281 B
INI
Raw Normal View History

[wheel]
universal = 1
[sdist]
formats = zip
[aliases]
test = pytest
[metadata]
license_file = LICENSE
[tool:pytest]
minversion = 3.0
testpaths =
tests
python_files =
*_test.py
python_classes =
*Test
addopts =
-s
-v
-r a
--doctest-modules
--doctest-ignore-import-errors