forked from ginkgobioworks/geckopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (43 loc) · 775 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = geckopy
description = Enzyme Constraint genome-scale models
keywords =
python
metabolic-models
bioinformatics
systems-biology
long_description = file: README.md
version = 0.0.1
[options]
zip_safe = True
install_requires =
cobra~=0.25.0
pandas~=1.1.5
tqdm~=4.60
requests>=2
packages = find:
[options.extras_require]
dev =
black
isort
pytest
pytfa
flake8
flake8-docstrings
flake8-bugbear
[flake8]
max-line-length = 89
exclude = __init__.py
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
W503,
[isort]
line_length = 89
indent = 4
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
lines_after_imports = 2
known_first_party = geckopy