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

PY3_LIBRARY()

VERSION(0.47.0)

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/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()