-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francesco Beghini
committed
Jul 3, 2020
1 parent
d21f52d
commit d7311cf
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|