diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/python/s3transfer | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/s3transfer')
-rw-r--r-- | contrib/python/s3transfer/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/s3transfer/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/s3transfer/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/s3transfer/py2/ya.make b/contrib/python/s3transfer/py2/ya.make index 45eb28f88c..b2138936ac 100644 --- a/contrib/python/s3transfer/py2/ya.make +++ b/contrib/python/s3transfer/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() OWNER(gebetix g:python-contrib) - + VERSION(0.4.2) LICENSE(Apache-2.0) diff --git a/contrib/python/s3transfer/py3/ya.make b/contrib/python/s3transfer/py3/ya.make index 964a630639..7bd09318c6 100644 --- a/contrib/python/s3transfer/py3/ya.make +++ b/contrib/python/s3transfer/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() OWNER(gebetix g:python-contrib) - + VERSION(0.5.1) LICENSE(Apache-2.0) diff --git a/contrib/python/s3transfer/ya.make b/contrib/python/s3transfer/ya.make index bf4a234edb..6f08f5d756 100644 --- a/contrib/python/s3transfer/ya.make +++ b/contrib/python/s3transfer/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) |