|
19 | 19 |
|
20 | 20 | Author: Brett G. Olivier |
21 | 21 | |
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 $) |
23 | 23 |
|
24 | 24 | """ |
25 | 25 |
|
|
44 | 44 |
|
45 | 45 | # release |
46 | 46 | try: |
47 | | - STATUS = 'r'+'$Rev: 632 $'.replace('Rev: ','').replace('$','').strip() |
| 47 | + STATUS = 'r'+'$Rev: 634 $'.replace('Rev: ','').replace('$','').strip() |
48 | 48 | except: |
49 | 49 | STATUS = 'beta' |
50 | 50 |
|
|
56 | 56 | data_files = mydata_files, |
57 | 57 | name = "cbmpy", |
58 | 58 | 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", |
61 | 61 | maintainer = 'Brett G. Olivier', |
62 | 62 | author = 'Brett G. Olivier', |
| 63 | + author_email = '[email protected]', |
63 | 64 | maintainer_email = '[email protected]', |
64 | 65 | url = "http://cbmpy.sourceforge.net", |
65 | 66 | download_url = "http://sourceforge.net/projects/cbmpy/files/release/0.7/", |
|
81 | 82 | 'Topic :: Scientific/Engineering :: Chemistry' |
82 | 83 | ], |
83 | 84 | 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.""" |
87 | 86 | ) |
88 | 87 | try: |
89 | 88 | import cbmpy |
|
0 commit comments