comparison setup.cfg @ 592:0a48c1ec04fc

#37 fixed json imports for python2.5 removed cache manager settings out of meta to ini files docs update.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 22:25:25 +0200
parents 36d54d4479db
children 45e1fdc0082c 341beaa9edba
comparison
equal deleted inserted replaced
591:1e2adb37cab6 592:0a48c1ec04fc
1 [egg_info] 1 [egg_info]
2 tag_build = rc3 2 tag_build = rc4
3 tag_svn_revision = true 3 tag_svn_revision = true
4 4
5 [easy_install] 5 [easy_install]
6 find_links = http://www.pylonshq.com/download/ 6 find_links = http://www.pylonshq.com/download/
7 7
30 [update_catalog] 30 [update_catalog]
31 domain = rhodecode 31 domain = rhodecode
32 input_file = rhodecode/i18n/rhodecode.pot 32 input_file = rhodecode/i18n/rhodecode.pot
33 output_dir = rhodecode/i18n 33 output_dir = rhodecode/i18n
34 previous = true 34 previous = true
35
36 [build_sphinx]
37 source-dir = docs/
38 build-dir = docs/_build
39 all_files = 1
40
41 [upload_sphinx]
42 upload-dir = docs/_build/html