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