diff options
author | torkve <torkve@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
commit | d2e3ef74aed5c066cc49df962b30ceb4318778ac (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/python/mypy-protobuf | |
parent | f9cfbeee51d5849127bb58793a2edcdfd7bb91bb (diff) | |
download | ydb-d2e3ef74aed5c066cc49df962b30ceb4318778ac.tar.gz |
Restoring authorship annotation for <torkve@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/mypy-protobuf')
-rw-r--r-- | contrib/python/mypy-protobuf/bin/ya.make | 6 | ||||
-rw-r--r-- | contrib/python/mypy-protobuf/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/mypy-protobuf/bin/ya.make b/contrib/python/mypy-protobuf/bin/ya.make index ac0a5874b0..b14eec5f93 100644 --- a/contrib/python/mypy-protobuf/bin/ya.make +++ b/contrib/python/mypy-protobuf/bin/ya.make @@ -1,6 +1,6 @@ -OWNER(torkve g:python-contrib) - +OWNER(torkve g:python-contrib) + RECURSE( protoc-gen-mypy protoc-gen-mypy_grpc -) +) diff --git a/contrib/python/mypy-protobuf/ya.make b/contrib/python/mypy-protobuf/ya.make index 6cf08cb4d7..4f86fe6bf9 100644 --- a/contrib/python/mypy-protobuf/ya.make +++ b/contrib/python/mypy-protobuf/ya.make @@ -1,9 +1,9 @@ PY3_LIBRARY() -OWNER(torkve g:python-contrib) - +OWNER(torkve g:python-contrib) + VERSION(2.10) - + LICENSE(Apache-2.0) PEERDIR( @@ -30,4 +30,4 @@ END() RECURSE( bin -) +) |