aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/backports.shutil-get-terminal-size/ya.make
blob: e9b60bde51fd0fb67bb6e83e86f7ed56eb11a719 (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
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(1.0.0)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    backports/shutil_get_terminal_size/__init__.py
    backports/shutil_get_terminal_size/get_terminal_size.py
)

RESOURCE_FILES(
    PREFIX contrib/deprecated/python/backports.shutil-get-terminal-size/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()