diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/attrs/ya.make | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/attrs/ya.make')
-rw-r--r-- | contrib/python/attrs/ya.make | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/python/attrs/ya.make b/contrib/python/attrs/ya.make index 6926589125..15fb4c423b 100644 --- a/contrib/python/attrs/ya.make +++ b/contrib/python/attrs/ya.make @@ -4,32 +4,32 @@ LICENSE(MIT) OWNER(g:python-contrib) -VERSION(21.2.0) +VERSION(21.2.0) NO_LINT() PY_SRCS( TOP_LEVEL attr/__init__.py - attr/__init__.pyi - attr/_cmp.py - attr/_cmp.pyi + attr/__init__.pyi + attr/_cmp.py + attr/_cmp.pyi attr/_compat.py attr/_config.py attr/_funcs.py attr/_make.py - attr/_version_info.py - attr/_version_info.pyi + attr/_version_info.py + attr/_version_info.pyi attr/converters.py - attr/converters.pyi + attr/converters.pyi attr/exceptions.py - attr/exceptions.pyi + attr/exceptions.pyi attr/filters.py - attr/filters.pyi + attr/filters.pyi attr/setters.py - attr/setters.pyi + attr/setters.pyi attr/validators.py - attr/validators.pyi + attr/validators.pyi ) IF (PYTHON3) @@ -39,11 +39,11 @@ IF (PYTHON3) ) ENDIF() -RESOURCE_FILES( - PREFIX contrib/python/attrs/ - .dist-info/METADATA - .dist-info/top_level.txt +RESOURCE_FILES( + PREFIX contrib/python/attrs/ + .dist-info/METADATA + .dist-info/top_level.txt attr/py.typed -) - +) + END() |