aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/ya.make
blob: 0f965d5566208f8e54dc8cca3eeed7f4abb57035 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY() 
 
OWNER(dankolesnikov) 
 
PY_SRCS( 
    __init__.py 
) 
 
PEERDIR( 
    build/plugins/lib/nots/package_manager 
    build/plugins/lib/nots/typescript 
) 
 
END()