Skip to content

Commit 32a2d43

Browse files
committed
synch
1 parent f4b9641 commit 32a2d43

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

setup.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
Author: Brett G. Olivier
2121
Contact email: [email protected]
22-
Last edit: $Author: bgoli $ ($Id: setup.py 632 2017-11-03 16:11:03Z bgoli $)
22+
Last edit: $Author: bgoli $ ($Id: setup.py 634 2017-11-06 10:25:37Z bgoli $)
2323
2424
"""
2525

@@ -44,7 +44,7 @@
4444

4545
# release
4646
try:
47-
STATUS = 'r'+'$Rev: 632 $'.replace('Rev: ','').replace('$','').strip()
47+
STATUS = 'r'+'$Rev: 634 $'.replace('Rev: ','').replace('$','').strip()
4848
except:
4949
STATUS = 'beta'
5050

@@ -56,10 +56,11 @@
5656
data_files = mydata_files,
5757
name = "cbmpy",
5858
summary = "CBMPy: Constraint Based Modelling in Python",
59-
#version = "0.7.20.{}".format(STATUS),
60-
version = "0.7.19",
59+
version = "0.7.20.{}".format(STATUS),
60+
#version = "0.7.20",
6161
maintainer = 'Brett G. Olivier',
6262
author = 'Brett G. Olivier',
63+
author_email = '[email protected]',
6364
maintainer_email = '[email protected]',
6465
url = "http://cbmpy.sourceforge.net",
6566
download_url = "http://sourceforge.net/projects/cbmpy/files/release/0.7/",
@@ -81,9 +82,7 @@
8182
'Topic :: Scientific/Engineering :: Chemistry'
8283
],
8384
description =\
84-
"""
85-
CBMPy (http://cbmpy.sourceforge.net) 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 developed specifically for the ecosystem modelling
86-
"""
85+
""" CBMPy (http://cbmpy.sourceforge.net) 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 developed specifically for the ecosystem modelling."""
8786
)
8887
try:
8988
import cbmpy

src/models/default_models.zip.py

20.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)