Skip to content

Instantly share code, notes, and snippets.

@puentesarrin
Created April 25, 2016 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puentesarrin/a86c131b5d294040134e9f6feec3f9ef to your computer and use it in GitHub Desktop.
Save puentesarrin/a86c131b5d294040134e9f6feec3f9ef to your computer and use it in GitHub Desktop.
Setuptools quickfix :)
➜ ~ diff ez_setup.py ez_setup.py.edited
331c331
< url = download_base + zip_name
---
> url = 'https://pypi.python.org/packages/86/ee/622e83b0dbede6d48891ed209fa5ca83fcc485f9b6696cf56796eda40806/{}'.format(zip_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment