123456789101112131415161718192021222324252627282930313233343536 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(24.8.1)
- LICENSE(MIT)
- 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/_runtimeproto.py
- automat/_typed.py
- automat/_visualize.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/Automat/py3/
- .dist-info/METADATA
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
- automat/py.typed
- )
- END()
|