ya.make 407 B

123456789101112131415161718192021222324252627
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.0.1)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. executing/__init__.py
  9. executing/_exceptions.py
  10. executing/_position_node_finder.py
  11. executing/executing.py
  12. executing/version.py
  13. )
  14. RESOURCE_FILES(
  15. PREFIX contrib/python/executing/
  16. .dist-info/METADATA
  17. .dist-info/top_level.txt
  18. executing/py.typed
  19. )
  20. END()