blob: b6765022820f2b688e8289c223836b088a8505e1 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(2.0.1)
LICENSE(MIT)
NO_LINT()
PY_SRCS(
TOP_LEVEL
executing/__init__.py
executing/_exceptions.py
executing/_position_node_finder.py
executing/executing.py
executing/version.py
)
RESOURCE_FILES(
PREFIX contrib/python/executing/
.dist-info/METADATA
.dist-info/top_level.txt
executing/py.typed
)
END()
|