-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
68 lines (61 loc) · 1.36 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
[metadata]
name = Colbuilder
version = 2.0.0
description = Collagen fibrils from amino acid sequences
long_description = file: README.md
long_description_content_type = text/markdown
author = MPIP-Grater Group
author_email = matthias.brosz@h-its.org
url = https://github.com/graeter-group/colbuilder
license = Apache-2.0
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: UNIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
package_dir =
= src
include_package_data = True
python_requires = >= 3.9
install_requires =
numpy == 1.25
vermouth == 0.9.1
pandas == 2.2.2
biopython == 1.84
scikit-learn
h5py
libnetcdf
threadpoolctl
PyYAML
click
pydantic>=2.0
tqdm
asyncio
colorama
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
colbuilder = colbuilder.colbuilder:main
pdb2fasta = colbuilder.utils.pdb2fasta:main
[options.extras_require]
dev =
pytest
pytest-cov
flake8
black
isort
mypy
[flake8]
max-line-length = 100
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
[mypy]
ignore_missing_imports = True
[options.package_data]
colbuilder =
data/**/*
data/*