aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/svn_version/ya.make
blob: f168ea4a94bb82f4ece09c608ce3891cc59c7b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_LIBRARY()

PEERDIR(
    library/cpp/svnversion
    contrib/python/future
)

PY_SRCS(
    __init__.py
    __svn_version.pyx
)

END()