summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: d20401b03740ad2a783ecba71daa20b22a42431f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build_sphinx]
source-dir = docs
build-dir = docs/_build

[egg_info]
tag_svn_revision = 1
tag_build = .dev

[nosetests]
# uncomment these if you want tests to drop to pdb on first 
# error or failure.
#nologcapture =
#pdb = 
#pdb-failures = 
#stop = 

[aliases]
release = egg_info -RDb ''