Skip to content

Commit

Permalink
Fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Beghini committed Jul 3, 2020
1 parent d21f52d commit d7311cf
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 @@ -11,7 +11,8 @@
author_email='[email protected]',
url='http://github.com/SegataLab/hclust2/',
py_modules=['hclust2'],
entry_points = { "console_scripts" : [ "hclust2.py = hclust2:hclust2_main"] },
scripts = ['hclust2.py'],
#entry_points = { "console_scripts" : [ "hclust2 = hclust2:hclust2_main"] },
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
description='Hclust2 is a handy tool for plotting heat-maps with several useful options to produce high quality figures that can be used in publication',
Expand Down

0 comments on commit d7311cf

Please sign in to comment.