1234567891011121314151617181920212223242526272829303132333435363738 |
- # 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()
|