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