123456789101112131415161718192021222324252627 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(3.7.0)
- LICENSE(MIT)
- PEERDIR(
- contrib/python/six
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- singledispatch/__init__.py
- singledispatch/helpers.py
- )
- RESOURCE_FILES(
- PREFIX contrib/deprecated/python/singledispatch/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|