8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5810d commit 4280186Copy full SHA for 4280186
pythonforandroid/recipes/setuptools/__init__.py
@@ -2,8 +2,8 @@
2
3
4
class SetuptoolsRecipe(PythonRecipe):
5
- version = '49.2.1'
6
- url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
+ version = '51.3.3'
+ url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
7
call_hostpython_via_targetpython = False
8
install_in_hostpython = True
9
0 commit comments