ya.make 372 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.6.0)
  4. LICENSE(BSD-3-Clause)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. gast/__init__.py
  9. gast/ast2.py
  10. gast/ast3.py
  11. gast/astn.py
  12. gast/gast.py
  13. gast/unparser.py
  14. gast/version.py
  15. )
  16. RESOURCE_FILES(
  17. PREFIX contrib/python/gast/
  18. .dist-info/METADATA
  19. .dist-info/top_level.txt
  20. )
  21. END()