aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Jinja2/examples/hello/ya.make
blob: 3ad10dba1f706766e3c82204ca1daf2385589f1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY3_PROGRAM(jinja2-hello)

OWNER(shadchin)

PEERDIR(
    contrib/python/Jinja2
)

PY_SRCS(
    NAMESPACE hello
    __init__.py
    __main__.py
)

RESOURCE_FILES(
    PREFIX contrib/python/Jinja2/examples/hello/
    templates/hello
)

END()