1
1
[bumpversion]
2
- current_version = 0.14 .0
2
+ current_version = 0.15 .0
3
3
commit = True
4
4
tag = True
5
5
@@ -12,7 +12,7 @@ long_description = file: README.md
12
12
long_description_content_type = text/markdown
13
13
license = Apache License 2.0
14
14
url = https://github.com/micom-dev/q2-micom
15
- classifiers =
15
+ classifiers =
16
16
Development Status :: 4 - Beta
17
17
Intended Audience :: Science/Research
18
18
Topic :: Scientific/Engineering :: Bio-Informatics
@@ -22,7 +22,7 @@ classifiers =
22
22
Programming Language :: Python :: 3.9
23
23
Programming Language :: Python :: 3.10
24
24
Programming Language :: Python :: 3.11
25
- keywords =
25
+ keywords =
26
26
microbiome
27
27
modeling
28
28
metabolism
@@ -32,26 +32,26 @@ keywords =
32
32
zip_safe = False
33
33
packages = find:
34
34
python_requires = >=3.6
35
- install_requires =
35
+ install_requires =
36
36
cobra>=0.29.0
37
37
micom>=0.36.0
38
38
jinja2>=2.10.3
39
39
qiime2>=2023.2
40
40
rich>=6.0
41
41
pandas>=1.0
42
42
numpy<2.0
43
- tests_require =
43
+ tests_require =
44
44
coverage
45
45
pytest
46
46
pytest-cov
47
47
flake8
48
48
49
49
[options.package_data]
50
- q2_micom =
50
+ q2_micom =
51
51
citations.bib
52
52
53
53
[options.entry_points]
54
- qiime2.plugins =
54
+ qiime2.plugins =
55
55
q2-micom = q2_micom.plugin_setup:plugin
56
56
57
57
[bumpversion:file:setup.py]
@@ -63,7 +63,7 @@ search = __version__ = "{current_version}"
63
63
replace = __version__ = " {new_version}"
64
64
65
65
[tool:pytest]
66
- filterwarnings =
66
+ filterwarnings =
67
67
ignore::DeprecationWarning
68
68
ignore::FutureWarning
69
69
@@ -76,15 +76,15 @@ branch = True
76
76
omit = q2_micom/tests/*
77
77
78
78
[coverage:report]
79
- exclude_lines =
79
+ exclude_lines =
80
80
pragma: no cover
81
-
81
+
82
82
def __repr__
83
83
if self\.debug
84
-
84
+
85
85
raise AssertionError
86
86
raise NotImplementedError
87
-
87
+
88
88
if 0:
89
89
if __name__ == .__main__.:
90
90
ignore_errors = True
0 commit comments