Skip to content

Commit 26d77c9

Browse files
author
Kim Rinnewitz
committed
Upgrade setuptools to version 40.0.0
1 parent 4236fa7 commit 26d77c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/setuptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class SetuptoolsRecipe(PythonRecipe):
5-
version = '18.3.1'
5+
version = '40.0.0'
66
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
77

88
depends = [('python2', 'python3crystax')]

0 commit comments

Comments
 (0)