123456789101112131415161718192021222324252627282930313233 |
- PY3_LIBRARY()
- OWNER(torkve g:python-contrib)
- VERSION(2.10)
- LICENSE(Apache-2.0)
- PEERDIR(
- contrib/python/protobuf
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- mypy_protobuf/__init__.py
- mypy_protobuf/extensions_pb2.py
- mypy_protobuf/main.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/mypy-protobuf/
- .dist-info/METADATA
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
- )
- END()
- RECURSE(
- bin
- )
|