summaryrefslogtreecommitdiffstats
path: root/contrib/python/aiohappyeyeballs/ya.make
blob: 90e2cbfc73db97869dce5fe12badda80b4b98ad7 (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).

PY3_LIBRARY()

VERSION(2.6.2)

LICENSE(Python-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    aiohappyeyeballs/__init__.py
    aiohappyeyeballs/_staggered.py
    aiohappyeyeballs/impl.py
    aiohappyeyeballs/types.py
    aiohappyeyeballs/utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/aiohappyeyeballs/
    .dist-info/METADATA
    aiohappyeyeballs/py.typed
)

END()