##// END OF EJS Templates
manifest: include (almost) all repo files in the release tar...
manifest: include (almost) all repo files in the release tar Before running sdist, make sure it contains exactly the right files by running: hg purge --all python setup.py compile_catalog

File last commit:

r4257:7dba6116 default
r4987:ff08d3cf default
Show More
setup.cfg
44 lines | 830 B | text/x-ini | IniLexer
Marcin Kuzminski
initial commit.
r0 [egg_info]
Remove beta tag build, it's now defined by 4th param in __version__
r2559 tag_build =
Marcin Kuzminski
initial commit.
r0 tag_svn_revision = true
[nosetests]
implemented basic (startup) nose test suite.
r459 verbose=True
verbosity=2
Improved testing scenarios. Made test env creator...
r473 with-pylons=test.ini
implemented basic (startup) nose test suite.
r459 detailed-errors=1
Fixes tests
r1418 nologcapture=1
revert pdb trace on error tests
r3158 #pdb=1
#pdb-failures=1
Marcin Kuzminski
initial commit.
r0
# Babel configuration
[compile_catalog]
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 domain = kallithea
directory = kallithea/i18n
Marcin Kuzminski
initial commit.
r0 statistics = true
[extract_messages]
add_comments = TRANSLATORS:
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 output_file = kallithea/i18n/kallithea.pot
Bradley M. Kuhn
Correct contact address for translations.
r4248 msgid-bugs-address = translations@kallithea-scm.org
Bradley M. Kuhn
Correct licensing information in individual files....
r4208 copyright-holder = Various authors, licensing as GPLv3
updated pot file and extract_messages defaults...
r3932 no-wrap = true
Marcin Kuzminski
initial commit.
r0
[init_catalog]
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 domain = kallithea
input_file = kallithea/i18n/kallithea.pot
output_dir = kallithea/i18n
Marcin Kuzminski
initial commit.
r0
[update_catalog]
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 domain = kallithea
input_file = kallithea/i18n/kallithea.pot
output_dir = kallithea/i18n
Marcin Kuzminski
initial commit.
r0 previous = true
#37 fixed json imports for python2.5...
r592
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
updated pot file and extract_messages defaults...
r3932 upload-dir = docs/_build/html