Skip to content

Commit

Permalink
Use the latest version of setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Oct 10, 2013
1 parent 327dbca commit 201a3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Expand Up @@ -76,7 +76,7 @@
from urllib2 import urlopen

# XXX use a more permanent ez_setup.py URL when available.
exec(urlopen('https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py'
exec(urlopen('https://bitbucket.org/pypa/setuptools/raw/1.1.6/ez_setup.py'
).read(), ez)
setup_args = dict(to_dir=tmpeggs, download_delay=0)
ez['use_setuptools'](**setup_args)
Expand Down

0 comments on commit 201a3ff

Please sign in to comment.