forked from Pylons/colander
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (30 loc) · 660 Bytes
/
Copy pathsetup.cfg
File metadata and controls
37 lines (30 loc) · 660 Bytes
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
[bdist_wheel]
universal = 1
[easy_install]
zip_ok = false
[nosetests]
match=^test
where=colander
nocapture=1
cover-package=colander
cover-erase=1
[aliases]
dev = develop easy_install colander[testing]
docs = develop easy_install colander[docs]
[compile_catalog]
directory = colander/locale
domain = colander
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = colander/locale/colander.pot
width = 80
[init_catalog]
domain = colander
input_file = colander/locale/colander.pot
output_dir = colander/locale
[update_catalog]
domain = colander
input_file = colander/locale/colander.pot
output_dir = colander/locale
previous = true