summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ad3eecc61e7f2ac612e2ff8298cd4a12b4371429 (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
[bumpversion]
current_version = 5.5.0
commit = True
tag = True

[aliases]
clean_egg_info = egg_info -RDb ''
release = clean_egg_info sdist bdist_wheel

[sdist]
formats = gztar,zip

[nosetests]
where = cherrypy
logging-filter = cherrypy
verbosity = 2
nocapture = True

[egg_info]
tag_build = .post
tag_date = 1

[bumpversion:file:setup.py]