-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
74 lines (68 loc) · 1.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[metadata]
name = bio3dbeacons
description = A Python package for the 3D Beacons Client
version = attr: __version__.__version__
url = https://github.com/3D-Beacons/3d-beacons-client
keywords =
python
solr
tasks
models
beacons
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Life Science/Structural Biology
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
LICENSE.txt
[options]
python_requires = >= 3.7
packages = find_namespace:
zip_safe: False
include_package_data = True
install_requires =
click
exitstatus
requests
gemmi
pydantic
coloredlogs
jsonschema
pymongo
fastapi
[options.extras_require]
test =
flake8-black
mypy
isort
attrs
coverage
iniconfig
packaging
pluggy
py
pyparsing
pytest-cov
pytest-mock
pytest
toml
doc =
sphinx
sphinx-rtd-theme
sphinx_markdown_tables
recommonmark
[options.entry_points]
console_scripts =
3dbeacons-cli = bio3dbeacons.cli.cli:main
[flake8]
exclude =
.git,
__pycache__,
build,
dist,
Snakefile
max-line-length = 120
ignore = F722 # avoid incorrect syntax error warning with autogen code