blob: 6ff4c8aeda6a539774d67f520d42f7046ac807fa (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(0.46.3)
LICENSE(MIT)
PEERDIR(
contrib/python/packaging
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
wheel/__init__.py
wheel/__main__.py
wheel/_bdist_wheel.py
wheel/_commands/__init__.py
wheel/_commands/convert.py
wheel/_commands/pack.py
wheel/_commands/tags.py
wheel/_commands/unpack.py
wheel/_metadata.py
wheel/_setuptools_logging.py
wheel/bdist_wheel.py
wheel/macosx_libfile.py
wheel/metadata.py
wheel/wheelfile.py
)
RESOURCE_FILES(
PREFIX contrib/python/wheel/
.dist-info/METADATA
.dist-info/entry_points.txt
)
END()
|