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