diff options
Diffstat (limited to 'library/python/windows/ya.make')
| -rw-r--r-- | library/python/windows/ya.make | 11 |
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() |
