aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/stack-data/ya.make
blob: a740dfa2dbe77e667362585a03e18329a5bcce98 (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
31
32
33
34
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.6.3)

LICENSE(MIT)

PEERDIR(
    contrib/python/asttokens
    contrib/python/executing
    contrib/python/pure-eval
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    stack_data/__init__.py
    stack_data/core.py
    stack_data/formatting.py
    stack_data/serializing.py
    stack_data/utils.py
    stack_data/version.py
)

RESOURCE_FILES(
    PREFIX contrib/python/stack-data/
    .dist-info/METADATA
    .dist-info/top_level.txt
    stack_data/py.typed
)

END()