You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -76,16 +76,13 @@
76
76
needs PySCeS CBMPy supports user interaction via:
77
77
"""
78
78
79
-
description=""" CBMPy
80
-
=====
81
-
CBMPy https://github.com/SystemsBioinformatics/cbmpy is a platform for constraint based modelling and analysis. CBMPy implements popular analyses such as FBA, FVA, element/charge balancing, network analysis and model editing as well as advanced methods.
82
-
"""
79
+
description="""CBMPy: https://github.com/SystemsBioinformatics/cbmpy is a platform for constraint based modelling and analysis. CBMPy implements popular analyses such as FBA, FVA, element/charge balancing, network analysis and model editing as well as advanced methods."""
83
80
84
81
setup(
85
82
package_dir={'cbmpy': 'cbmpy'},
86
83
packages=mypackages,
87
84
data_files=mydata_files,
88
-
long_description=readme,
85
+
long_description=description,
89
86
name="cbmpy",
90
87
summary="CBMPy: Constraint Based Modelling in Python",
0 commit comments