forked from ringo-framework/ringo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
65 lines (58 loc) · 1.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
[egg_info]
tag_build =
#tag_date = true
[bdist_rpm]
release = 1
doc_files = CHANGES.txt LICENSE.txt README.rst development.ini
provides = python-ringo
requires =
python-Levenshtein
python-alembic
python-babel
python-dateutil
python-dogpile-cache
python-formbar
python-fuzzy
python-passlib
python-py3o-renderers-pyuno
python-py3o-template
python-pyramid
python-pyramid-beaker
python-pyramid-handlers
python-pyramid-mailer = 0.14.1
python-pyramid-mako
python-pyramid-tm
python-sqlalchemy
python-transaction
python-waitress
python-webhelpers
python-zope-sqlalchemy
python-xlsxwriter
python-psycopg2
pytz
[nosetests]
match=^test
nocapture=1
cover-package=ringo
ignore-files=^tests\.old/*
with-coverage=1
cover-erase=1
[pytest]
norecursedirs = tests.old
[compile_catalog]
directory = ringo/locale
domain = ringo
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = ringo/locale/ringo.pot
width = 80
[init_catalog]
domain = ringo
input_file = ringo/locale/ringo.pot
output_dir = ringo/locale
[update_catalog]
domain = ringo
input_file = ringo/locale/ringo.pot
output_dir = ringo/locale
previous = true