ya.make 564 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(24.8.1)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. NO_CHECK_IMPORTS(
  7. automat._discover
  8. automat._visualize
  9. )
  10. PY_SRCS(
  11. TOP_LEVEL
  12. automat/__init__.py
  13. automat/_core.py
  14. automat/_discover.py
  15. automat/_introspection.py
  16. automat/_methodical.py
  17. automat/_runtimeproto.py
  18. automat/_typed.py
  19. automat/_visualize.py
  20. )
  21. RESOURCE_FILES(
  22. PREFIX contrib/python/Automat/py3/
  23. .dist-info/METADATA
  24. .dist-info/entry_points.txt
  25. .dist-info/top_level.txt
  26. automat/py.typed
  27. )
  28. END()