python-click/setup.cfg
2019-01-07 11:51:19 -05:00

26 lines
299 B
INI

[metadata]
license_file = LICENSE.rst
[bdist_wheel]
universal = 1
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source =
click
tests
[coverage:paths]
source =
click
.tox/*/lib/python*/site-packages/click
.tox/pypy/site-packages/click
[egg_info]
tag_build =
tag_date = 0