summaryrefslogtreecommitdiffstats
path: root/contrib/python/wheel/ya.make
blob: 1bf947a7442e03f8981cd542f48f4721a7f4e7a9 (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
44
45
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.47.0)

LICENSE(MIT)

PEERDIR(
    contrib/python/packaging
)

NO_LINT()

NO_CHECK_IMPORTS(
    wheel._bdist_wheel
    wheel.bdist_wheel
)

PY_SRCS(
    TOP_LEVEL
    wheel/__init__.py
    wheel/__main__.py
    wheel/_bdist_wheel.py
    wheel/_commands/__init__.py
    wheel/_commands/convert.py
    wheel/_commands/info.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()