aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/svn_version/ya.make
blob: c6fd54f5d27f7c0e54a193d130538ef0cb228e63 (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()