comparison setup.cfg @ 4988:acaa02179aeb

setup.cfg: update checked-in version to match how sdist writes it
author Mads Kiilerich <madski@unity3d.com>
date Tue, 07 Apr 2015 02:51:16 +0200
parents 7dba6116496c
children 8c1258f69892
comparison
equal deleted inserted replaced
4987:ff08d3cf9aef 4988:acaa02179aeb
1 [egg_info] 1 [egg_info]
2 tag_build = 2 tag_build =
3 tag_svn_revision = true 3 tag_svn_revision = 0
4 tag_date = 0
4 5
5 [nosetests] 6 [nosetests]
6 verbose=True 7 verbose = True
7 verbosity=2 8 verbosity = 2
8 with-pylons=test.ini 9 with-pylons = test.ini
9 detailed-errors=1 10 detailed-errors = 1
10 nologcapture=1 11 nologcapture = 1
11 #pdb=1
12 #pdb-failures=1
13 12
14 # Babel configuration
15 [compile_catalog] 13 [compile_catalog]
16 domain = kallithea 14 domain = kallithea
17 directory = kallithea/i18n 15 directory = kallithea/i18n
18 statistics = true 16 statistics = true
19 17
35 output_dir = kallithea/i18n 33 output_dir = kallithea/i18n
36 previous = true 34 previous = true
37 35
38 [build_sphinx] 36 [build_sphinx]
39 source-dir = docs/ 37 source-dir = docs/
40 build-dir = docs/_build 38 build-dir = docs/_build
41 all_files = 1 39 all_files = 1
42 40
43 [upload_sphinx] 41 [upload_sphinx]
44 upload-dir = docs/_build/html 42 upload-dir = docs/_build/html
43