forked from ringo-framework/brabbel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (30 loc) · 834 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
[egg_info]
tag_build =
#tag_date = true
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1
[bdist_rpm]
release = 1
doc_files = README.rst DESCRIPTION.rst CHANGES.rst
provides = python-brabbel
requires = pyparsing python-futures
[compile_catalog]
directory = brabbel/locale
domain = brabbel
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = brabbel/locale/brabbel.pot
width = 80
[init_catalog]
domain = brabbel
input_file = brabbel/locale/brabbel.pot
output_dir = brabbel/locale
[update_catalog]
domain = brabbel
input_file = brabbel/locale/brabbel.pot
output_dir = brabbel/locale
previous = true