123456789101112131415161718192021222324252627 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(1.2.1)
- LICENSE(BSD-3-Clause)
- PEERDIR(
- contrib/python/setuptools
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- cppy/__init__.py
- cppy/version.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/cppy/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|