pyclipper/setup.cfg
Cosimo Lupo ecc3de6803 use the official .tar.gz format for sdist package
pypa/build uses only tar.gz, .zip is deprecated
2021-12-01 12:08:49 +00:00

13 lines
194 B
INI

[metadata]
description_file = README.rst
[aliases]
test = pytest
[tool:pytest]
testpaths = tests
addopts =
# run py.test in verbose mode
-v
# show extra test summary info
-r a