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

OWNER(orivej g:python-contrib)

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()