##// END OF EJS Templates
setup.cfg: remove http://www.pylonshq.com - it is nolonger available...
domruf -
r4257:7dba6116 default
parent child Browse files
Show More
@@ -1,47 +1,44
1 [egg_info]
1 [egg_info]
2 tag_build =
2 tag_build =
3 tag_svn_revision = true
3 tag_svn_revision = true
4
4
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
7
8 [nosetests]
5 [nosetests]
9 verbose=True
6 verbose=True
10 verbosity=2
7 verbosity=2
11 with-pylons=test.ini
8 with-pylons=test.ini
12 detailed-errors=1
9 detailed-errors=1
13 nologcapture=1
10 nologcapture=1
14 #pdb=1
11 #pdb=1
15 #pdb-failures=1
12 #pdb-failures=1
16
13
17 # Babel configuration
14 # Babel configuration
18 [compile_catalog]
15 [compile_catalog]
19 domain = kallithea
16 domain = kallithea
20 directory = kallithea/i18n
17 directory = kallithea/i18n
21 statistics = true
18 statistics = true
22
19
23 [extract_messages]
20 [extract_messages]
24 add_comments = TRANSLATORS:
21 add_comments = TRANSLATORS:
25 output_file = kallithea/i18n/kallithea.pot
22 output_file = kallithea/i18n/kallithea.pot
26 msgid-bugs-address = translations@kallithea-scm.org
23 msgid-bugs-address = translations@kallithea-scm.org
27 copyright-holder = Various authors, licensing as GPLv3
24 copyright-holder = Various authors, licensing as GPLv3
28 no-wrap = true
25 no-wrap = true
29
26
30 [init_catalog]
27 [init_catalog]
31 domain = kallithea
28 domain = kallithea
32 input_file = kallithea/i18n/kallithea.pot
29 input_file = kallithea/i18n/kallithea.pot
33 output_dir = kallithea/i18n
30 output_dir = kallithea/i18n
34
31
35 [update_catalog]
32 [update_catalog]
36 domain = kallithea
33 domain = kallithea
37 input_file = kallithea/i18n/kallithea.pot
34 input_file = kallithea/i18n/kallithea.pot
38 output_dir = kallithea/i18n
35 output_dir = kallithea/i18n
39 previous = true
36 previous = true
40
37
41 [build_sphinx]
38 [build_sphinx]
42 source-dir = docs/
39 source-dir = docs/
43 build-dir = docs/_build
40 build-dir = docs/_build
44 all_files = 1
41 all_files = 1
45
42
46 [upload_sphinx]
43 [upload_sphinx]
47 upload-dir = docs/_build/html
44 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now