aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/traitlets/py3/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/traitlets/py3/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/traitlets/py3/ya.make')
-rw-r--r--contrib/python/traitlets/py3/ya.make44
1 files changed, 22 insertions, 22 deletions
diff --git a/contrib/python/traitlets/py3/ya.make b/contrib/python/traitlets/py3/ya.make
index b8322bc4fa..46980f21b3 100644
--- a/contrib/python/traitlets/py3/ya.make
+++ b/contrib/python/traitlets/py3/ya.make
@@ -1,16 +1,16 @@
-# Generated by devtools/yamaker (pypi).
-
-PY3_LIBRARY()
+# Generated by devtools/yamaker (pypi).
-PROVIDES(python_traitlets)
+PY3_LIBRARY()
-OWNER(borman nslus g:python-contrib)
+PROVIDES(python_traitlets)
+
+OWNER(borman nslus g:python-contrib)
VERSION(5.1.1)
-
-LICENSE(BSD-3-Clause)
-NO_LINT()
+LICENSE(BSD-3-Clause)
+
+NO_LINT()
PY_SRCS(
TOP_LEVEL
@@ -21,30 +21,30 @@ PY_SRCS(
traitlets/config/configurable.py
traitlets/config/loader.py
traitlets/config/manager.py
- traitlets/config/sphinxdoc.py
+ traitlets/config/sphinxdoc.py
traitlets/log.py
- traitlets/tests/__init__.py
- traitlets/tests/_warnings.py
- traitlets/tests/utils.py
+ traitlets/tests/__init__.py
+ traitlets/tests/_warnings.py
+ traitlets/tests/utils.py
traitlets/traitlets.py
traitlets/utils/__init__.py
traitlets/utils/bunch.py
- traitlets/utils/decorators.py
- traitlets/utils/descriptions.py
+ traitlets/utils/decorators.py
+ traitlets/utils/descriptions.py
traitlets/utils/getargspec.py
traitlets/utils/importstring.py
traitlets/utils/sentinel.py
- traitlets/utils/text.py
+ traitlets/utils/text.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/traitlets/py3/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
)
-RESOURCE_FILES(
- PREFIX contrib/python/traitlets/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
-)
-
END()
RECURSE_FOR_TESTS(
- tests
+ tests
)