summaryrefslogtreecommitdiffstats
path: root/third_party/python/Click/setup.cfg
blob: 525a9e744700bbd1bfce9f444c7892b186ab1b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[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