1
1
[bumpversion]
2
- current_version = 0.2.0
2
+ current_version = 0.2.1
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,31 +15,31 @@ tag_name = {new_version}
15
15
name = fbc_curation
16
16
url = https://github.com/matthiaskoenig/fbc_curation
17
17
download_url = https://pypi.org/project/fbc-curation
18
- project_urls =
18
+ project_urls =
19
19
Source Code = https://github.com/matthiaskoenig/fbc_curation
20
20
Documentation = https://github.com/matthiaskoenig/fbc_curation
21
21
Bug Tracker = https://github.com/matthiaskoenig/fbc_curation/issues
22
22
author = Matthias Koenig
23
23
author_email = konigmatt@googlemail.com
24
24
maintainer = Matthias Koenig
25
25
maintainer_email = konigmatt@googlemail.com
26
- classifiers =
26
+ classifiers =
27
27
Development Status :: 4 - Beta
28
28
Intended Audience :: Science/Research
29
29
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
30
30
Operating System :: OS Independent
31
31
Programming Language :: Python :: 3.8
32
32
Programming Language :: Python :: 3.9
33
- Programming Language :: Python :: 3.10
34
- Programming Language :: Python :: 3.11
33
+ Programming Language :: Python :: 3.10
34
+ Programming Language :: Python :: 3.11
35
35
Programming Language :: Python :: Implementation :: CPython
36
36
Topic :: Scientific/Engineering
37
37
Topic :: Scientific/Engineering :: Bio-Informatics
38
38
license = LGPL-3.0
39
39
description = FBC reference files for SBML model curation.
40
40
long_description = file: README.rst
41
41
long_description_content_type = text/x-rst
42
- keywords =
42
+ keywords =
43
43
modeling
44
44
reproducibility
45
45
SBML
@@ -48,58 +48,58 @@ keywords =
48
48
[options]
49
49
zip_safe = True
50
50
python_requires = >=3.8
51
- install_requires =
51
+ install_requires =
52
52
pymetadata>=0.3.6
53
53
pandas>=1.4.2
54
54
cobra ==0.26.0
55
55
cameo ==0.13.6
56
-
56
+
57
57
fastapi>=0.87.0
58
58
uvicorn>=0.19.0
59
59
python-multipart>=0.0.5
60
60
celery>=5.2.7
61
61
flower>=1.2.0
62
62
redis>=4.3.4
63
63
orjson>=3.8.1
64
-
64
+
65
65
jinja2>=3.1.2
66
66
markupsafe>=2.1.1
67
-
67
+
68
68
numpy>=1.23.4
69
69
rich>=12.6.0
70
70
pydantic>=1.10.2
71
- tests_require =
71
+ tests_require =
72
72
tox
73
73
packages = find:
74
- package_dir =
74
+ package_dir =
75
75
= src
76
76
include_package_data = True
77
77
78
78
[options.packages.find]
79
79
where = src
80
80
81
81
[options.entry_points]
82
- console_scripts =
82
+ console_scripts =
83
83
runfrog_examples = fbc_curation.examples:run_examples
84
84
runfrog = fbc_curation.runfrog:main
85
85
86
86
[options.extras_require]
87
- development =
87
+ development =
88
88
black
89
89
bump2version
90
90
isort
91
91
tox
92
92
pytest>=6.1
93
93
pytest-cov>=2.8.1
94
- pytest-celery
94
+ pytest-celery
95
95
96
96
[bdist_wheel]
97
97
universal = 1
98
98
99
99
[bumpversion:part:release]
100
100
optional_value = placeholder
101
101
first_value = placeholder
102
- values =
102
+ values =
103
103
placeholder
104
104
a
105
105
0 commit comments