aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/beniget/ya.make
blob: 31c9e1c14720fae2ca199cac23bdb5a3f7de79a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.4.2.post1)

LICENSE(BSD-3-Clause)

PEERDIR(
    contrib/python/gast
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    beniget/__init__.py
    beniget/__main__.py
    beniget/beniget.py
    beniget/ordered_set.py
    beniget/version.py
)

RESOURCE_FILES(
    PREFIX contrib/python/beniget/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()