diff options
author | Sergey Brazhnik <s.brazhnik@gmail.com> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 249e91c445cb92462f9509d1ef2730b27629f43d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/python/setuptools | |
parent | ef42528cdc4019bf12e878add78e77c15997af4f (diff) | |
download | ydb-249e91c445cb92462f9509d1ef2730b27629f43d.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/setuptools')
-rw-r--r-- | contrib/python/setuptools/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/setuptools/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/setuptools/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/setuptools/py2/ya.make b/contrib/python/setuptools/py2/ya.make index eac0618f966..4c36dcf1ab7 100644 --- a/contrib/python/setuptools/py2/ya.make +++ b/contrib/python/setuptools/py2/ya.make @@ -1,7 +1,7 @@ PY2_LIBRARY() LICENSE(MIT) - + OWNER(g:python-contrib borman orivej) VERSION(44.1.1) diff --git a/contrib/python/setuptools/py3/ya.make b/contrib/python/setuptools/py3/ya.make index aa9c1a2c698..5682b6f7820 100644 --- a/contrib/python/setuptools/py3/ya.make +++ b/contrib/python/setuptools/py3/ya.make @@ -1,7 +1,7 @@ PY3_LIBRARY() OWNER(borman orivej g:python-contrib) - + VERSION(59.7.0) LICENSE(MIT) diff --git a/contrib/python/setuptools/ya.make b/contrib/python/setuptools/ya.make index 4e4b9001b51..535a2d61fad 100644 --- a/contrib/python/setuptools/ya.make +++ b/contrib/python/setuptools/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) |