From 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Wed, 15 Mar 2023 19:59:12 +0300 Subject: add library/cpp/actors, ymake build to ydb oss export --- library/python/certifi/ya.make | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 library/python/certifi/ya.make (limited to 'library/python/certifi') 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() -- cgit v1.3