summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 967016bcb7dc84f46bd8b1c7c0567d4666af4465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[aliases]
clean_egg_info = egg_info -Db ''
release = clean_egg_info sdist bdist_wheel

[bdist_wheel]
universal = 1

[egg_info]
tag_build = dev

[metadata]
license_file = LICENSE

[nosetests]
cover-package = kazoo
nocapture = 1
cover-erase = 1
where = kazoo
cover-inclusive = 1