1
1
[bumpversion]
2
- current_version = 0.24 .0
2
+ current_version = 0.25 .0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)
6
6
\.(?P<minor>\d+)
7
7
\.(?P<patch>\d+)
8
8
(?P<release>[a]*)(?P<num>\d*)
9
- serialize =
9
+ serialize =
10
10
{major}.{minor}.{patch}{release}{num}
11
11
{major}.{minor}.{patch}
12
12
tag_name = {new_version}
@@ -15,15 +15,15 @@ tag_name = {new_version}
15
15
name = cobra
16
16
url = https://opencobra.github.io/cobrapy
17
17
download_url = https://pypi.org/project/cobra
18
- project_urls =
18
+ project_urls =
19
19
Source Code = https://github.com/opencobra/cobrapy
20
20
Documentation = https://cobrapy.readthedocs.io
21
21
Bug Tracker = https://github.com/opencobra/cobrapy/issues
22
22
author = The cobrapy core development team.
23
23
24
24
maintainer = Moritz E. Beber
25
25
maintainer_email =
[email protected]
26
- classifiers =
26
+ classifiers =
27
27
Development Status :: 5 - Production/Stable
28
28
Intended Audience :: Science/Research
29
29
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
@@ -41,7 +41,7 @@ license = LGPL-2.0-or-later OR GPL-2.0-or-later
41
41
description = COBRApy is a package for constraint-based modeling of metabolic networks.
42
42
long_description = file: README.rst, INSTALL.rst
43
43
long_description_content_type = text/x-rst
44
- keywords =
44
+ keywords =
45
45
metabolism
46
46
biology
47
47
constraint-based
@@ -53,7 +53,7 @@ keywords =
53
53
54
54
[options]
55
55
zip_safe = True
56
- install_requires =
56
+ install_requires =
57
57
appdirs ~=1.4
58
58
depinfo ~=1.7
59
59
diskcache ~=5.0
@@ -68,24 +68,24 @@ install_requires =
68
68
rich >=8.0
69
69
ruamel.yaml ~=0.16
70
70
swiglpk
71
- tests_require =
71
+ tests_require =
72
72
tox
73
73
packages = find:
74
- package_dir =
74
+ package_dir =
75
75
= src
76
76
77
77
[options.packages.find]
78
78
where = src
79
79
80
80
[options.package_data]
81
- cobra =
82
- data/*
83
- io/*.json
81
+ cobra =
82
+ data/*
83
+ io/*.json
84
84
85
85
[options.extras_require]
86
- array =
86
+ array =
87
87
scipy
88
- development =
88
+ development =
89
89
black
90
90
bumpversion
91
91
isort
@@ -97,7 +97,7 @@ universal = 1
97
97
[bumpversion:part:release]
98
98
optional_value = placeholder
99
99
first_value = placeholder
100
- values =
100
+ values =
101
101
placeholder
102
102
a
103
103
0 commit comments