Skip to content

Commit

Permalink
euscan: change download url
Browse files Browse the repository at this point in the history
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
  • Loading branch information
iksaif committed Jan 18, 2012
1 parent 333c535 commit 2d81d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def sub(files, pattern):
maintainer='Corentin Chary',
maintainer_email='corentin.chary@gmail.com',
url='http://euscan.iksaif.net',
download_url='http://git.iksaif.net/?p=euscan.git;a=snapshot;h=HEAD;sf=tgz',
download_url='https://github.com/iksaif/euscan/tarball/' + ('master' if __version__ == '9999' else ('euscan-%s' % __version__)),
package_dir={'': 'pym'},
packages=packages,
package_data = {},
Expand All @@ -84,3 +84,4 @@ def sub(files, pattern):
'set_version': set_version,
},
)

0 comments on commit 2d81d0a

Please sign in to comment.