diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-27 16:27:23 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-27 17:00:48 +0300 |
commit | 6c35e9daf4dc86464e1a262236b8d3593e690ee5 (patch) | |
tree | 2727d5da08d12182c1a705ec7213a6b97f5da521 /contrib/python/setuptools/py3/ya.make | |
parent | 6fa64684d15341dd701bf1498ecafdd764d5f097 (diff) | |
download | ydb-6c35e9daf4dc86464e1a262236b8d3593e690ee5.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/setuptools/py3/ya.make')
-rw-r--r-- | contrib/python/setuptools/py3/ya.make | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/python/setuptools/py3/ya.make b/contrib/python/setuptools/py3/ya.make index 2cb2a8b26c..564d268875 100644 --- a/contrib/python/setuptools/py3/ya.make +++ b/contrib/python/setuptools/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(69.0.3) +VERSION(69.1.0) LICENSE(MIT) @@ -213,6 +213,9 @@ PY_SRCS( setuptools/command/test.py setuptools/command/upload.py setuptools/command/upload_docs.py + setuptools/compat/__init__.py + setuptools/compat/py310.py + setuptools/compat/py311.py setuptools/config/__init__.py setuptools/config/_apply_pyprojecttoml.py setuptools/config/_validate_pyproject/__init__.py @@ -240,7 +243,6 @@ PY_SRCS( setuptools/msvc.py setuptools/namespaces.py setuptools/package_index.py - setuptools/py312compat.py setuptools/sandbox.py setuptools/unicode_utils.py setuptools/version.py |