File: setup.cfg

package info (click to toggle)
prewikka 5.2.0-2.4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,560 kB
  • sloc: javascript: 72,921; python: 11,979; sh: 83; makefile: 30
file content (28 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
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
[extract_messages]
output_file = prewikka.pot

[compile_catalog]
domain = prewikka
directory = prewikka/locale

[update_catalog]
domain = prewikka
input_file = prewikka.pot
output_dir = prewikka/locale

[flake8]
exclude = .git,__pycache__,build
max_line_length = 200
builtins = _,N_,ngettext,env,url_for,text_type
format = pylint
statistics = True

[pytest]
minversion = 2.7
norecursedirs = .* *.egg build dist tmp

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0