1
1
[bumpversion]
2
- current_version = 0.1.6
2
+ current_version = 0.2.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,30 +15,30 @@ 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.7
32
- Programming Language :: Python :: 3.8
33
- Programming Language :: Python :: 3.9
32
+ Programming Language :: Python :: 3.8
33
+ Programming Language :: Python :: 3.9
34
34
Programming Language :: Python :: Implementation :: CPython
35
35
Topic :: Scientific/Engineering
36
36
Topic :: Scientific/Engineering :: Bio-Informatics
37
37
license = LGPL-3.0
38
38
description = FBC reference files for SBML model curation.
39
39
long_description = file: README.rst
40
40
long_description_content_type = text/x-rst
41
- keywords =
41
+ keywords =
42
42
modeling
43
43
reproducibility
44
44
SBML
@@ -47,45 +47,43 @@ keywords =
47
47
[options]
48
48
zip_safe = True
49
49
python_requires = >=3.7
50
- install_requires =
50
+ install_requires =
51
51
pymetadata>=0.2.9
52
- pandas>=1.3.0
53
- cobra ==0.25.0
52
+ pandas>=1.3.0
53
+ cobra ==0.25.0
54
54
cameo ==0.13.6
55
-
56
- fastapi>=0.75.0
55
+
56
+ fastapi>=0.75.0
57
57
uvicorn>=0.17.0
58
58
python-multipart>=0.0.5
59
- celery>=5.2.6
60
- flower>=1.0.0
61
- redis>=4.2.2
62
- orjson>=3.6.8
63
-
64
- # for celery
65
- jinja2>=3.1.0
66
- markupsafe>=2.1.0
67
-
59
+ celery>=5.2.6
60
+ flower>=1.0.0
61
+ redis>=4.2.2
62
+ orjson>=3.6.8
63
+
64
+ jinja2>=3.1.0
65
+ markupsafe>=2.1.0
66
+
68
67
numpy>=1.22.0
69
- rich>=12.3.0
70
- pydantic>=1.9.0
71
-
72
- tests_require =
68
+ rich>=12.3.0
69
+ pydantic>=1.9.0
70
+ tests_require =
73
71
tox
74
72
packages = find:
75
- package_dir =
73
+ package_dir =
76
74
= src
77
75
include_package_data = True
78
76
79
77
[options.packages.find]
80
78
where = src
81
79
82
80
[options.entry_points]
83
- console_scripts =
81
+ console_scripts =
84
82
runfrog_examples = fbc_curation.examples:run_examples
85
83
runfrog = fbc_curation.runfrog:main
86
84
87
85
[options.extras_require]
88
- development =
86
+ development =
89
87
black
90
88
bump2version
91
89
isort
@@ -99,7 +97,7 @@ universal = 1
99
97
[bumpversion:part:release]
100
98
optional_value = placeholder
101
99
first_value = placeholder
102
- values =
100
+ values =
103
101
placeholder
104
102
a
105
103
0 commit comments