Project

General

Profile

« Previous | Next » 

Revision 9e71d383

Added by koszko over 1 year ago

internationalize using Babel

this commit also makes the sdist tarball generated by setuptools REUSE-compliant

View differences:

setup.cfg
35 35
install_requires =
36 36
    click
37 37
    jsonschema
38
    importlib; python_version == "2.6"
39 38
 # reuse is optional:
40 39
 #    reuse
41 40

  
41
[options.package_data]
42
* = *.mo
43

  
42 44
[options.extras_require]
43 45
test = pytest
44 46
setup = setuptools_scm
......
50 52

  
51 53
[options.entry_points]
52 54
console_scripts =
53
    hydrilla-builder = hydrilla.builder.__main__:perform_build
55
    hydrilla-builder = hydrilla.builder.build:perform
56

  
57
[extract_messages]
58
keywords = _
59
width = 80
60
input_dirs = src/hydrilla
61
output_file = src/hydrilla/locales/hydrilla_builder.pot
62
msgid_bugs_address = koszko@koszko.org
63
sort_by_file = True
64
copyright_holder = Wojtek Kosior <koszko@koszko.org>
65

  
66
[init_catalog]
67
input_file = src/hydrilla/locales/hydrilla_builder.pot
68
output_dir = src/hydrilla/locales/
69
domain = hydrilla_builder
70

  
71
[update_catalog]
72
input_file = src/hydrilla/locales/hydrilla_builder.pot
73
output_dir = src/hydrilla/locales/
74
domain = hydrilla_builder
75

  
76
[compile_catalog]
77
directory = src/hydrilla/locales
78
use_fuzzy = True
79
domain = hydrilla_builder

Also available in: Unified diff