aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/decorator/ya.make
diff options
context:
space:
mode:
authorMikhail Borisov <borisov.mikhail@gmail.com>2022-02-10 16:45:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:39 +0300
commita6a92afe03e02795227d2641b49819b687f088f8 (patch)
treef6984a1d27d5a7ec88a6fdd6e20cd5b7693b6ece /contrib/python/decorator/ya.make
parentc6dc8b8bd530985bc4cce0137e9a5de32f1087cb (diff)
downloadydb-a6a92afe03e02795227d2641b49819b687f088f8.tar.gz
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/decorator/ya.make')
-rw-r--r--contrib/python/decorator/ya.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/decorator/ya.make b/contrib/python/decorator/ya.make
index fbb7ebf626..6eccf23147 100644
--- a/contrib/python/decorator/ya.make
+++ b/contrib/python/decorator/ya.make
@@ -3,23 +3,23 @@ PY23_LIBRARY()
LICENSE(BSD-3-Clause)
OWNER(g:python-contrib borman)
-
+
VERSION(4.4.2)
NO_LINT()
-PY_SRCS(
- TOP_LEVEL
- decorator.py
-)
-
+PY_SRCS(
+ TOP_LEVEL
+ decorator.py
+)
+
RESOURCE_FILES(
PREFIX contrib/python/decorator/
.dist-info/METADATA
.dist-info/top_level.txt
)
-END()
+END()
RECURSE_FOR_TESTS(
tests