summaryrefslogtreecommitdiffstats
path: root/contrib/python/blinker/py2/ya.make
blob: f6ba106ec1e386f8dbcb0cc2285a0a96336e48b1 (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
27
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

SUBSCRIBER(g:python-contrib)

VERSION(1.5)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    blinker/__init__.py
    blinker/_saferef.py
    blinker/_utilities.py
    blinker/base.py
)

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

END()