##// END OF EJS Templates
use github for download url
MinRK -
Show More
@@ -124,9 +124,7 b" author_email = 'ipython-dev@scipy.org'"
124
124
125 url = 'http://ipython.org'
125 url = 'http://ipython.org'
126
126
127 # This will only be valid for actual releases sent to PyPI, but that's OK since
127 download_url = 'https://github.com/ipython/ipython/downloads'
128 # those are the ones we want pip/easy_install to be able to find.
129 download_url = 'http://archive.ipython.org/release/%s' % version
130
128
131 platforms = ['Linux','Mac OSX','Windows XP/2000/NT/Vista/7']
129 platforms = ['Linux','Mac OSX','Windows XP/2000/NT/Vista/7']
132
130
General Comments 0
You need to be logged in to leave comments. Login now