Skip to content

Commit ce24cb5

Browse files
committed
Bump setuptools to 54.1.2
Signed-off-by: Bernát Gábor <[email protected]> Signed-off-by: Bernát Gábor <[email protected]>
1 parent 31fcce5 commit ce24cb5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/changelog/2069.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Bump embeded setuptools from ``52.0.0`` to ``53.0.0`` - by :user:`gaborbernat`
1+
Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat`

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ package_dir =
5252
=src
5353
zip_safe = True
5454

55+
[options.packages.find]
56+
where = src
57+
5558
[options.entry_points]
5659
console_scripts =
5760
virtualenv=virtualenv.__main__:run_with_catch
@@ -110,9 +113,6 @@ virtualenv.activation.powershell = *.ps1
110113
virtualenv.activation.xonsh = *.xsh
111114
virtualenv.seed.wheels.embed = *.whl
112115

113-
[options.packages.find]
114-
where = src
115-
116116
[sdist]
117117
formats = gztar
118118

src/virtualenv/seed/wheels/embed/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
BUNDLE_SUPPORT = {
88
"3.10": {
99
"pip": "pip-21.0.1-py3-none-any.whl",
10-
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
10+
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
1414
"pip": "pip-21.0.1-py3-none-any.whl",
15-
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
15+
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
1919
"pip": "pip-21.0.1-py3-none-any.whl",
20-
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
20+
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
2424
"pip": "pip-21.0.1-py3-none-any.whl",
25-
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
25+
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
2929
"pip": "pip-21.0.1-py3-none-any.whl",
30-
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
30+
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
3333
"3.5": {

0 commit comments

Comments
 (0)