-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
75 lines (70 loc) · 1.84 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
75
[metadata]
name = PySAR
version = 2.4.3
description = Analysing Sequence Activity Relationships (SARs) of protein sequences and their mutants using Machine Learning.
author = AJ McKenna
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/amckenna41/pySAR
download_url = https://github.com/amckenna41/pySAR/archive/refs/heads/main.zip
license = MIT
maintainer = AJ McKenna
keywords =
bioinformatics
protein engineering
drug discovery
python
pypi
machine learning
directed evolution
sequence activity relationships
SAR
aaindex
protpy
protein descriptors
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Healthcare Industry
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Medical Science Apps.
[options]
zip_safe = false
packages = find:
python_requires = >=3.8
include_package_data = True
install_requies =
numpy
pandas
scipy
delayed
scikit-learn
matplotlib
seaborn
tqdm
aaindex
protpy
[options.extras_require]
test_suite = tests
test =
pytest
pytest-cov
pytest-flake8
pytest-timeout
docs =
sphinx
[tool:pytest]
norecursedirs = /docs/_build/*