aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Jinja2/examples/hello/ya.make
blob: 3991dbf126a953dba92fe1336159beaef4572736 (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()