Skip to content

Commit d7311cf

Browse files
author
Francesco Beghini
committed
Fixed setup
1 parent d21f52d commit d7311cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
author_email='f.asnicar@unitn.it',
1212
url='http://github.com/SegataLab/hclust2/',
1313
py_modules=['hclust2'],
14-
entry_points = { "console_scripts" : [ "hclust2.py = hclust2:hclust2_main"] },
14+
scripts = ['hclust2.py'],
15+
#entry_points = { "console_scripts" : [ "hclust2 = hclust2:hclust2_main"] },
1516
long_description_content_type='text/markdown',
1617
long_description=open('README.md').read(),
1718
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',

0 commit comments

Comments
 (0)