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.
2 parents 75e0164 + 4280186 commit fe5d722Copy full SHA for fe5d722
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