aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/certifi/ya.make
blob: e7bc0a091803891f419edf35a775144d7e0048be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PY23_LIBRARY()

STYLE_PYTHON()

RESOURCE_FILES(
    PREFIX library/python/certifi/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

PY_SRCS(
    TOP_LEVEL
    certifi/__init__.py
    certifi/binary.py
    certifi/source.py
)

END()