Skip to content

Commit

Permalink
fixed download url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Jan 13, 2017
1 parent 46a60e7 commit 73c6718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fmriprep/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
become available.
"""

DOWNLOAD_URL = ('https://pypi.python.org/packages/source/f/fmriprep/' +
'fmriprep-%s.tar.gz').format('__version__')
DOWNLOAD_URL = (
'https://pypi.python.org/packages/source/{name[0]}/{name}/{name}-{ver}.tar.gz'.format(
name=__packagename__, ver=__version__))

REQUIRES = [
'numpy',
Expand Down

0 comments on commit 73c6718

Please sign in to comment.