-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (44 loc) · 1.94 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[egg_info]
tag_build = dev
tag_svn_revision = true
[nosetests]
with-pylons=test.ini
# Babel configuration
[compile_catalog]
domain = nimsgears
directory = nimsgears/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = nimsgears/i18n/nimsgears.pot
width = 80
keywords = l_
[init_catalog]
domain = nimsgears
input_file = nimsgears/i18n/nimsgears.pot
output_dir = nimsgears/i18n
[update_catalog]
domain = nimsgears
input_file = nimsgears/i18n/nimsgears.pot
output_dir = nimsgears/i18n
previous = true
# Static files extraction for TW
[archive_tw_resources]
output = nimsgears/public/toscawidgets/
distributions = nimsgears
#yuicompressor = /home/someuser/bin/yuicompressor.jar
#compresslevel = 2
onepass = true
[archive_tw2_resources]
output = nimsgears/public/tw2/
distributions = nimsgears
force = true
#yuicompressor = /home/someuser/bin/yuicompressor.jar
#compresslevel = 2
onepass = true
[aliases]
# A handy alias to make a release to pypi
release = egg_info -RDb "" sdist bdist_egg register upload
nimsgearsdevelop = develop -i http://tg.gy/220
nimsgearsdeps = easy_install -i http://tg.gy/220 AddOns BytecodeAssembler Chameleon coverage DecoratorTools Extremes Genshi Jinja2 Kajiki kid PEAK_Rules repoze.tm2 repoze.who repoze.who_friendlyform repoze.who.plugins.sa simplegeneric sprox SQLAlchemy SymbolType tgext.admin tgext.crud ToscaWidgets transaction TurboJson TurboKid tw.forms zope.interface zope.sqlalchemy
tgupgrade = easy_install -i http://tg.gy/current -U AddOns Babel Beaker BytecodeAssembler Chameleon coverage decorator DecoratorTools Extremes Genshi Jinja2 Kajiki kid Mako MarkupSafe nose Paste PasteDeploy PasteScript PEAK_Rules Pygments Pylons repoze.tm2 repoze.who repoze.who_friendlyform repoze.who.plugins.sa simplegeneric simplejson sprox SQLAlchemy SymbolType Tempita tgext.admin tgext.crud ToscaWidgets transaction TurboJson TurboKid tw.forms WebError WebFlash WebHelpers WebOb WebTest zope.interface zope.sqlalchemy