File: setup.cfg

package info (click to toggle)
fookebox 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,936 kB
  • ctags: 634
  • sloc: python: 1,388; sh: 49; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 559 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
29
30
31
32
[egg_info]
tag_build = 
tag_svn_revision = 0
tag_date = 0

[easy_install]
find_links = http://www.pylonshq.com/download/

[nosetests]
with-pylons = test.ini

[compile_catalog]
domain = fookebox
directory = fookebox/i18n
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = fookebox/i18n/fookebox.pot
width = 80

[init_catalog]
domain = fookebox
input_file = fookebox/i18n/fookebox.pot
output_dir = fookebox/i18n

[update_catalog]
domain = fookebox
input_file = fookebox/i18n/fookebox.pot
output_dir = fookebox/i18n
previous = true