123456789101112131415161718192021222324252627282930313233343536373839 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(2.4.0)
- LICENSE(MIT)
- PEERDIR(
- contrib/python/cryptography
- )
- NO_LINT()
- NO_CHECK_IMPORTS(
- jwt.contrib.*
- )
- PY_SRCS(
- TOP_LEVEL
- jwt/__init__.py
- jwt/algorithms.py
- jwt/api_jwk.py
- jwt/api_jws.py
- jwt/api_jwt.py
- jwt/exceptions.py
- jwt/help.py
- jwt/jwks_client.py
- jwt/utils.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/PyJWT/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
- jwt/py.typed
- )
- END()
|