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

LICENSE(MIT)

OWNER(orivej)

PEERDIR(
    contrib/python/cffi
)

SRCDIR(
    contrib/python/cffi/gen
)

PY_SRCS(
    MAIN main.py
)

NO_LINT()

END()