aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/semver/ya.make
blob: 7d2be228f26c504785fbce56810d6f3392366a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY()

OWNER(g:frontend-build-platform)

PY_SRCS(
    __init__.py
    semver.py
)

END()

RECURSE_FOR_TESTS(
    tests
)