summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a446b6def29b7a13e7856e117b25b1fd00eab5f4 (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 = 6.1.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]