aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/humanfriendly/py3/ya.make
blob: e6814f8a4661b66c29122912404c4c3915e99a84 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(10.0)

LICENSE(MIT)

NO_LINT()

NO_CHECK_IMPORTS(
    humanfriendly.sphinx
)

PY_SRCS(
    TOP_LEVEL
    humanfriendly/__init__.py
    humanfriendly/case.py
    humanfriendly/cli.py
    humanfriendly/compat.py
    humanfriendly/decorators.py
    humanfriendly/deprecation.py
    humanfriendly/prompts.py
    humanfriendly/sphinx.py
    humanfriendly/tables.py
    humanfriendly/terminal/__init__.py
    humanfriendly/terminal/html.py
    humanfriendly/terminal/spinners.py
    humanfriendly/testing.py
    humanfriendly/text.py
    humanfriendly/usage.py
)

RESOURCE_FILES(
    PREFIX contrib/python/humanfriendly/py3/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
)

END()