##// END OF EJS Templates
setup.cfg: update checked-in version to match how sdist writes it
Mads Kiilerich -
r4988:acaa0217 default
parent child Browse files
Show More
@@ -1,6 +1,7 b''
1 1 [egg_info]
2 2 tag_build =
3 tag_svn_revision = true
3 tag_svn_revision = 0
4 tag_date = 0
4 5
5 6 [nosetests]
6 7 verbose=True
@@ -8,10 +9,7 b' verbosity=2'
8 9 with-pylons=test.ini
9 10 detailed-errors=1
10 11 nologcapture=1
11 #pdb=1
12 #pdb-failures=1
13 12
14 # Babel configuration
15 13 [compile_catalog]
16 14 domain = kallithea
17 15 directory = kallithea/i18n
@@ -42,3 +40,4 b' all_files = 1'
42 40
43 41 [upload_sphinx]
44 42 upload-dir = docs/_build/html
43
General Comments 0
You need to be logged in to leave comments. Login now