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