aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/websocket-client/py3/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-12-01 12:02:50 +0300
committeralexv-smirnov <alex@ydb.tech>2023-12-01 13:28:10 +0300
commit0e578a4c44d4abd539d9838347b9ebafaca41dfb (patch)
treea0c1969c37f818c830ebeff9c077eacf30be6ef8 /contrib/python/websocket-client/py3/ya.make
parent84f2d3d4cc985e63217cff149bd2e6d67ae6fe22 (diff)
downloadydb-0e578a4c44d4abd539d9838347b9ebafaca41dfb.tar.gz
Change "ya.make"
Diffstat (limited to 'contrib/python/websocket-client/py3/ya.make')
-rw-r--r--contrib/python/websocket-client/py3/ya.make40
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/python/websocket-client/py3/ya.make b/contrib/python/websocket-client/py3/ya.make
new file mode 100644
index 0000000000..e2714d2d23
--- /dev/null
+++ b/contrib/python/websocket-client/py3/ya.make
@@ -0,0 +1,40 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(1.6.4)
+
+LICENSE(Apache-2.0)
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ websocket/__init__.py
+ websocket/_abnf.py
+ websocket/_app.py
+ websocket/_cookiejar.py
+ websocket/_core.py
+ websocket/_exceptions.py
+ websocket/_handshake.py
+ websocket/_http.py
+ websocket/_logging.py
+ websocket/_socket.py
+ websocket/_ssl_compat.py
+ websocket/_url.py
+ websocket/_utils.py
+ websocket/_wsdump.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/websocket-client/py3/
+ .dist-info/METADATA
+ .dist-info/entry_points.txt
+ .dist-info/top_level.txt
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ tests
+)