aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/py2/gen/lib/ya.make
blob: 64e54a67c3d328552253ec704cc7c4cc0356f9b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY2_LIBRARY()

LICENSE(MIT)

PEERDIR(
    contrib/python/cffi
)

SRCDIR(
    contrib/python/cffi/py2/gen
)

PY_SRCS(
    MAIN main.py
)

NO_LINT()

END()