123456789101112131415161718192021222324252627282930313233 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(0.9.2)
- LICENSE(Apache-2.0)
- PEERDIR(
- contrib/python/decorator
- contrib/python/py
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- retry/__init__.py
- retry/api.py
- retry/compat.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/retry/py2/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|