-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
44 lines (37 loc) · 1010 Bytes
/
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
[compile_catalog]
directory = kotti_calendar/locale
domain = kotti_calendar
statistics = true
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development]
minify = minify_css
[extract_messages]
add_comments = TRANSLATORS:
output_file = kotti_calendar/locale/kotti_calendar.pot
width = 80
[init_catalog]
domain = kotti_calendar
input_file = kotti_calendar/locale/kotti_calendar.pot
output_dir = kotti_calendar/locale
[update_catalog]
domain = kotti_calendar
input_file = kotti_calendar/locale/kotti_calendar.pot
output_dir = kotti_calendar/locale
previous = true
[pytest]
addopts =
--doctest-modules --doctest-glob='*.txt' --capture=no
--cov=kotti_calendar --cov-report=term-missing
--ignore=kotti_calendar/templates/
kotti_calendar/
python_files = test*py
markers =
user: mark test to be run as the given user
pep8: mark for pep8
[minify_css]
sources = kotti/static/*.css
output = kotti/static/%s.min.css
[files]
zip_safe = False
packages = kotti_calendar
data_files = MANIFEST.in