Changeset - acaa02179aeb
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-04-07 02:51:16
madski@unity3d.com
setup.cfg: update checked-in version to match how sdist writes it
1 file changed with 11 insertions and 12 deletions:
setup.cfg
11
12
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
[egg_info]
 
tag_build =
 
tag_svn_revision = true
 
tag_build = 
 
tag_svn_revision = 0
 
tag_date = 0
 

	
 
[nosetests]
 
verbose=True
 
verbosity=2
 
with-pylons=test.ini
 
detailed-errors=1
 
nologcapture=1
 
#pdb=1
 
#pdb-failures=1
 
verbose = True
 
verbosity = 2
 
with-pylons = test.ini
 
detailed-errors = 1
 
nologcapture = 1
 

	
 
# Babel configuration
 
[compile_catalog]
 
domain = kallithea
 
directory = kallithea/i18n
 
@@ -37,8 +35,9 @@ previous = true
 

	
 
[build_sphinx]
 
source-dir = docs/
 
build-dir  = docs/_build
 
all_files  = 1
 
build-dir = docs/_build
 
all_files = 1
 

	
 
[upload_sphinx]
 
upload-dir = docs/_build/html
 

	
0 comments (0 inline, 0 general)