ya.make 399 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(0.9.2)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/decorator
  7. contrib/python/py
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. retry/__init__.py
  13. retry/api.py
  14. retry/compat.py
  15. )
  16. RESOURCE_FILES(
  17. PREFIX contrib/python/retry/py2/
  18. .dist-info/METADATA
  19. .dist-info/top_level.txt
  20. )
  21. END()
  22. RECURSE_FOR_TESTS(
  23. tests
  24. )