summaryrefslogtreecommitdiffstats
path: root/library/python/strings/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/strings/ya.make')
-rw-r--r--library/python/strings/ya.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/library/python/strings/ya.make b/library/python/strings/ya.make
new file mode 100644
index 00000000000..1cd6137b7ea
--- /dev/null
+++ b/library/python/strings/ya.make
@@ -0,0 +1,20 @@
+PY23_LIBRARY()
+
+PY_SRCS(
+ __init__.py
+ CYTHONIZE_PY
+ strings.py
+)
+
+PEERDIR(
+ library/python/func
+ contrib/python/six
+)
+
+STYLE_PYTHON()
+
+END()
+
+RECURSE(
+ ut
+)