-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
51 lines (46 loc) · 1.34 KB
/
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
48
49
50
51
[metadata]
name = rxn-biocatalysis-tools
version = attr: rxn_biocatalysis_tools.__version__
description = Tools for pre-processing and evaluating data associated with biocatalysis models.
author = Daniel Probst, Matteo Manica, Yves Gaetan Nana @ IBM
url = https://github.com/rxn4chemistry/biocatalysis-model
long_description_content_type = text/markdown
long_description = file: README.md
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >= 3.6
zip_safe = False
packages = find:
include_package_data = true
scripts =
bin/rbt-canonicalize.py
bin/rbt-evaluate.py
bin/rbt-extract.py
bin/rbt-preprocess.py
bin/rbt-randomize-ec.py
[options.extras_require]
dev =
pytest==6.1.2
pytest-cov==2.10.1
flake8==3.8.4
black==20.8b1
mypy==0.782
[yapf]
based_on_style = pep8
blank_line_before_nested_class_or_def = true
indent_dictionary_value = true
dedent_closing_brackets = true
column_limit = 99
[mypy]
ignore_missing_imports = true
[flake8]
extend-ignore = E501
exclude = __init__.py