blob: f7abf294a0a6f8eb485baf96cc03d1e9c39fa636 (
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
35
36
37
38
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(20.2.0)
LICENSE(MIT)
PEERDIR(
contrib/python/attrs
contrib/python/six
)
NO_LINT()
NO_CHECK_IMPORTS(
automat._discover
automat._visualize
)
PY_SRCS(
TOP_LEVEL
automat/__init__.py
automat/_core.py
automat/_discover.py
automat/_introspection.py
automat/_methodical.py
automat/_visualize.py
)
RESOURCE_FILES(
PREFIX contrib/python/Automat/py2/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
)
END()
|