summaryrefslogtreecommitdiffstats
path: root/library/python/certifi
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/certifi')
-rw-r--r--library/python/certifi/ya.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/python/certifi/ya.make b/library/python/certifi/ya.make
new file mode 100644
index 00000000000..ba8f150ea0a
--- /dev/null
+++ b/library/python/certifi/ya.make
@@ -0,0 +1,16 @@
+PY23_LIBRARY()
+
+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()