123456789101112131415161718192021222324252627282930313233 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(0.14.0)
- LICENSE(MIT)
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- h11/__init__.py
- h11/_abnf.py
- h11/_connection.py
- h11/_events.py
- h11/_headers.py
- h11/_readers.py
- h11/_receivebuffer.py
- h11/_state.py
- h11/_util.py
- h11/_version.py
- h11/_writers.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/h11/
- .dist-info/METADATA
- .dist-info/top_level.txt
- h11/py.typed
- )
- END()
|