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

PY2_LIBRARY()

VERSION(2.2.1)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    cookies.py
)

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

END()

RECURSE_FOR_TESTS(
    tests
)