Skip to content

Commit

Permalink
changed jar location
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Dec 17, 2015
1 parent c918482 commit dcc52f0
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 @@ -102,7 +102,8 @@ def launch_http_server(directory):
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],

test_suite='tests',
scripts=['bin/igvweb_viewer', 'bin/igv_plotter', 'bin/igv'],
data_files=[('lib', ['lib/igv.jar'])],
data_files=[('igv.jar', ['lib/igv.jar'])],
)

0 comments on commit dcc52f0

Please sign in to comment.