aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/certifi/ya.make
blob: bedb018850291ef952e046369bd8420264a02f54 (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()