-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
53 lines (46 loc) · 1.03 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
[nosetests]
verbosity = 2
detailed-errors = 1
with-coverage = true
cover-erase = true
cover-package = etl
cover-min-percentage = 95
process-timeout = 60
logging-level = WARNING
tests = etl/tests
# Babel configuration
[compile_catalog]
domain = etl
directory = etl/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = etl/i18n/etl.pot
width = 80
keywords = l_
[init_catalog]
domain = etl
input_file = etl/i18n/etl.pot
output_dir = etl/i18n
[update_catalog]
domain = etl
input_file = etl/i18n/etl.pot
output_dir = etl/i18n
previous = true
# Static files extraction for TW
[archive_tw_resources]
output = etl/public/toscawidgets/
distributions = etl
#yuicompressor = /home/someuser/bin/yuicompressor.jar
#compresslevel = 2
onepass = true
[archive_tw2_resources]
output = etl/public/tw2/
distributions = etl
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