ya.make 438 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.2.0)
  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/_pytest_utils.py
  12. executing/executing.py
  13. executing/version.py
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/executing/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. executing/py.typed
  20. )
  21. END()