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