Skip to content

Commit

Permalink
Upgrade setuptools to version 40,0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Rinnewitz committed Aug 26, 2018
1 parent 4236fa7 commit 3534384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/setuptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


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

depends = [('python2', 'python3crystax')]
Expand Down

0 comments on commit 3534384

Please sign in to comment.