aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/svn_version/ya.make
blob: d805845845b45b1355a08546e5fb86191b260b03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY() 
 
OWNER(pg) 
 
PEERDIR( 
    library/cpp/svnversion
    contrib/python/future 
) 
 
PY_SRCS( 
    __init__.py
    __svn_version.pyx
) 
 
END()