aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib-inline/ya.make
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-09-29 12:24:06 +0300
committernkozlovskiy <nmk@ydb.tech>2023-09-29 12:41:34 +0300
commite0e3e1717e3d33762ce61950504f9637a6e669ed (patch)
treebca3ff6939b10ed60c3d5c12439963a1146b9711 /contrib/python/matplotlib-inline/ya.make
parent38f2c5852db84c7b4d83adfcb009eb61541d1ccd (diff)
downloadydb-e0e3e1717e3d33762ce61950504f9637a6e669ed.tar.gz
add ydb deps
Diffstat (limited to 'contrib/python/matplotlib-inline/ya.make')
-rw-r--r--contrib/python/matplotlib-inline/ya.make32
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/python/matplotlib-inline/ya.make b/contrib/python/matplotlib-inline/ya.make
new file mode 100644
index 00000000000..2d3b3148c04
--- /dev/null
+++ b/contrib/python/matplotlib-inline/ya.make
@@ -0,0 +1,32 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(0.1.6)
+
+LICENSE(BSD-3-Clause)
+
+PEERDIR(
+ contrib/python/traitlets
+)
+
+NO_LINT()
+
+NO_CHECK_IMPORTS(
+ matplotlib_inline.*
+)
+
+PY_SRCS(
+ TOP_LEVEL
+ matplotlib_inline/__init__.py
+ matplotlib_inline/backend_inline.py
+ matplotlib_inline/config.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/matplotlib-inline/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
+END()