aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/six/ya.make
blob: e49fe7a30d0a8eae441bbf1a2bb36a1d0715ce30 (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
OWNER(g:python-contrib)
 
PY23_LIBRARY()

LICENSE(MIT)

VERSION(1.16.0)

PY_SRCS(
    TOP_LEVEL
    six.py
)

RESOURCE_FILES(
    PREFIX contrib/python/six/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

NO_LINT()

END()

RECURSE_FOR_TESTS(
    tests
)