aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pluggy/py2/ya.make
diff options
context:
space:
mode:
authordeshevoy <deshevoy@yandex-team.ru>2022-02-10 16:46:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:57 +0300
commit28148f76dbfcc644d96427d41c92f36cbf2fdc6e (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /contrib/python/pluggy/py2/ya.make
parente988f30484abe5fdeedcc7a5d3c226c01a21800c (diff)
downloadydb-28148f76dbfcc644d96427d41c92f36cbf2fdc6e.tar.gz
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pluggy/py2/ya.make')
-rw-r--r--contrib/python/pluggy/py2/ya.make32
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/python/pluggy/py2/ya.make b/contrib/python/pluggy/py2/ya.make
index 28686a4db2..40ae96f0bf 100644
--- a/contrib/python/pluggy/py2/ya.make
+++ b/contrib/python/pluggy/py2/ya.make
@@ -1,34 +1,34 @@
PY2_LIBRARY()
-
+
OWNER(g:python-contrib)
-
+
VERSION(0.13.1)
-
+
LICENSE(MIT)
PEERDIR(
contrib/python/importlib-metadata
)
-NO_LINT()
-
-PY_SRCS(
- TOP_LEVEL
- pluggy/__init__.py
- pluggy/_tracing.py
- pluggy/_version.py
- pluggy/callers.py
- pluggy/hooks.py
- pluggy/manager.py
-)
-
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ pluggy/__init__.py
+ pluggy/_tracing.py
+ pluggy/_version.py
+ pluggy/callers.py
+ pluggy/hooks.py
+ pluggy/manager.py
+)
+
RESOURCE_FILES(
PREFIX contrib/python/pluggy/py2/
.dist-info/METADATA
.dist-info/top_level.txt
)
-END()
+END()
RECURSE_FOR_TESTS(
tests