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