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