python-click/setup.cfg

26 lines
299 B
INI
Raw Normal View History

2018-09-06 20:55:10 +02:00
[metadata]
2019-01-07 17:51:19 +01:00
license_file = LICENSE.rst
[bdist_wheel]
universal = 1
2014-10-16 20:40:34 +02:00
2018-09-06 20:55:10 +02:00
[tool:pytest]
2019-01-07 17:51:19 +01:00
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