aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python
diff options
context:
space:
mode:
authorAnton Samokhvalov <pg83@yandex.ru>2022-02-10 16:45:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:15 +0300
commit72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch)
treeda2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/libs/python
parent778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff)
downloadydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/python')
-rw-r--r--contrib/libs/python/Include/ya.make2
-rw-r--r--contrib/libs/python/ut/lib/ya.make8
-rw-r--r--contrib/libs/python/ya.make2
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make
index e65263e6a0..556ec54e08 100644
--- a/contrib/libs/python/Include/ya.make
+++ b/contrib/libs/python/Include/ya.make
@@ -3,7 +3,7 @@ PY23_LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(YandexOpen)
-
+
OWNER(
orivej
spreis
diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make
index cfa0aaa612..07b2c246f1 100644
--- a/contrib/libs/python/ut/lib/ya.make
+++ b/contrib/libs/python/ut/lib/ya.make
@@ -1,17 +1,17 @@
OWNER(spreis)
PY23_LIBRARY()
-
+
WITHOUT_LICENSE_TEXTS()
LICENSE(YandexOpen)
-
+
PEERDIR(
library/cpp/testing/unittest
)
-
+
SRCS(
test.cpp
)
-
+
END()
diff --git a/contrib/libs/python/ya.make b/contrib/libs/python/ya.make
index 20a57f4b48..f635a96ab0 100644
--- a/contrib/libs/python/ya.make
+++ b/contrib/libs/python/ya.make
@@ -7,7 +7,7 @@ OWNER(
PY23_LIBRARY()
LICENSE(YandexOpen)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_PYTHON_INCLUDES()