aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/setuptools/py3/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-07-05 12:25:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-07-05 12:43:33 +0300
commit47a295315fc93a01bd4513e142c619ebbd0df9fb (patch)
treea8c8acf6bfe2788cefb03c40799db650022b4140 /contrib/python/setuptools/py3/ya.make
parent86fee8a2b5c06a5238ea35fc05ac439c3c52945c (diff)
downloadydb-47a295315fc93a01bd4513e142c619ebbd0df9fb.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/setuptools/py3/ya.make')
-rw-r--r--contrib/python/setuptools/py3/ya.make8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/python/setuptools/py3/ya.make b/contrib/python/setuptools/py3/ya.make
index e3a563cd6d..29bd4687af 100644
--- a/contrib/python/setuptools/py3/ya.make
+++ b/contrib/python/setuptools/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(70.0.0)
+VERSION(70.1.0)
LICENSE(MIT)
@@ -191,6 +191,11 @@ PY_SRCS(
setuptools/_vendor/tomli/_parser.py
setuptools/_vendor/tomli/_re.py
setuptools/_vendor/tomli/_types.py
+ setuptools/_vendor/wheel/__init__.py
+ setuptools/_vendor/wheel/macosx_libfile.py
+ setuptools/_vendor/wheel/metadata.py
+ setuptools/_vendor/wheel/util.py
+ setuptools/_vendor/wheel/wheelfile.py
setuptools/_vendor/zipp.py
setuptools/archive_util.py
setuptools/build_meta.py
@@ -199,6 +204,7 @@ PY_SRCS(
setuptools/command/alias.py
setuptools/command/bdist_egg.py
setuptools/command/bdist_rpm.py
+ setuptools/command/bdist_wheel.py
setuptools/command/build.py
setuptools/command/build_clib.py
setuptools/command/build_ext.py