aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/gen/lib/ya.make
blob: 2cd5ca7201ba8b03e40bdd86d88c56c7d8895cd0 (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()