blob: 57a9352fba1186b3929c1334f157a8e90d7d4b0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(1.7.1)
LICENSE(MIT)
PEERDIR(
contrib/python/cryptography
)
NO_LINT()
NO_CHECK_IMPORTS(
jwt.contrib.*
)
PY_SRCS(
TOP_LEVEL
jwt/__init__.py
jwt/__main__.py
jwt/algorithms.py
jwt/api_jws.py
jwt/api_jwt.py
jwt/compat.py
jwt/contrib/__init__.py
jwt/contrib/algorithms/__init__.py
jwt/contrib/algorithms/py_ecdsa.py
jwt/contrib/algorithms/pycrypto.py
jwt/exceptions.py
jwt/help.py
jwt/utils.py
)
RESOURCE_FILES(
PREFIX contrib/python/PyJWT/py2/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
)
END()
|