ya.make 552 B

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