We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf5b65 commit eab479fCopy full SHA for eab479f
setup.py
@@ -7,6 +7,9 @@
7
author='netZoo team',
8
author_email='vfanfani@hsph.harvard.edu',
9
license='GPL-3',
10
+ long_description="""# netZooPy\n netZooPy is a python package to reconstruct, analyse, and plot biological networks.\n netZooPy currently integrates
11
+ (gpu)PANDA, (gpu)LIONESS, (gpu)PUMA, SAMBAR, CONDOR, OTTER, DRAGON, COBRA, and BONOBO.\n""",
12
+ long_description_content_type='text/markdown',
13
packages=find_packages(),
14
install_requires=[
15
'h5py',
0 commit comments