Skip to content

Commit

Permalink
setup: try dependency_links
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent 6c30ba8 commit 28bd630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -14,8 +14,11 @@
author_email = metadata['email'],
url = metadata['url'],
packages = [package_name],
dependency_links = [
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
],
install_requires = [
'numpy==1.9.2', 'gnuplot-py==1.8', 'Pint==0.5.1',
'numpy==1.9.2', 'Pint==0.5.1',
'PyModelFit==0.1.2', 'uncertainties==2.4.4'
],
license = open('LICENSE').read(),
Expand Down

0 comments on commit 28bd630

Please sign in to comment.