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

LICENSE(MIT)

PEERDIR(
    contrib/python/cffi
)

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

PY_SRCS(
    MAIN main.py
)

NO_LINT()

END()