diff options
author | shmel1k <shmel1k@ydb.tech> | 2023-11-26 18:16:14 +0300 |
---|---|---|
committer | shmel1k <shmel1k@ydb.tech> | 2023-11-26 18:43:30 +0300 |
commit | b8cf9e88f4c5c64d9406af533d8948deb050d695 (patch) | |
tree | 218eb61fb3c3b96ec08b4d8cdfef383104a87d63 /contrib/python/hyperlink/py3/ya.make | |
parent | 523f645a83a0ec97a0332dbc3863bb354c92a328 (diff) | |
download | ydb-b8cf9e88f4c5c64d9406af533d8948deb050d695.tar.gz |
add kikimr_configure
Diffstat (limited to 'contrib/python/hyperlink/py3/ya.make')
-rw-r--r-- | contrib/python/hyperlink/py3/ya.make | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/python/hyperlink/py3/ya.make b/contrib/python/hyperlink/py3/ya.make new file mode 100644 index 0000000000..2ada924679 --- /dev/null +++ b/contrib/python/hyperlink/py3/ya.make @@ -0,0 +1,35 @@ +# Generated by devtools/yamaker (pypi). + +PY3_LIBRARY() + +VERSION(21.0.0) + +LICENSE(MIT) + +PEERDIR( + contrib/python/idna +) + +NO_LINT() + +PY_SRCS( + TOP_LEVEL + hyperlink/__init__.py + hyperlink/_socket.py + hyperlink/_url.py + hyperlink/hypothesis.py +) + +RESOURCE_FILES( + PREFIX contrib/python/hyperlink/py3/ + .dist-info/METADATA + .dist-info/top_level.txt + hyperlink/idna-tables-properties.csv.gz + hyperlink/py.typed +) + +END() + +RECURSE_FOR_TESTS( + tests +) |