aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/mypy-protobuf/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:39 +0300
commite9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch)
tree64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/mypy-protobuf/ya.make
parent2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff)
downloadydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/mypy-protobuf/ya.make')
-rw-r--r--contrib/python/mypy-protobuf/ya.make50
1 files changed, 25 insertions, 25 deletions
diff --git a/contrib/python/mypy-protobuf/ya.make b/contrib/python/mypy-protobuf/ya.make
index 8679bc41c2..4f86fe6bf9 100644
--- a/contrib/python/mypy-protobuf/ya.make
+++ b/contrib/python/mypy-protobuf/ya.make
@@ -1,33 +1,33 @@
-PY3_LIBRARY()
-
+PY3_LIBRARY()
+
OWNER(torkve g:python-contrib)
-VERSION(2.10)
+VERSION(2.10)
-LICENSE(Apache-2.0)
+LICENSE(Apache-2.0)
-PEERDIR(
+PEERDIR(
contrib/python/protobuf
-)
-
-NO_LINT()
-
-PY_SRCS(
- TOP_LEVEL
- mypy_protobuf/__init__.py
- mypy_protobuf/extensions_pb2.py
- mypy_protobuf/main.py
-)
-
-RESOURCE_FILES(
- PREFIX contrib/python/mypy-protobuf/
- .dist-info/METADATA
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
-)
-
-END()
-
+)
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ mypy_protobuf/__init__.py
+ mypy_protobuf/extensions_pb2.py
+ mypy_protobuf/main.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/mypy-protobuf/
+ .dist-info/METADATA
+ .dist-info/entry_points.txt
+ .dist-info/top_level.txt
+)
+
+END()
+
RECURSE(
bin
)