ya.make 325 B

123456789101112131415161718192021222324252627
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.2.1)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/setuptools
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. cppy/__init__.py
  12. cppy/version.py
  13. )
  14. RESOURCE_FILES(
  15. PREFIX contrib/python/cppy/
  16. .dist-info/METADATA
  17. .dist-info/top_level.txt
  18. )
  19. END()