This repository was archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
77 lines (73 loc) · 1.41 KB
/
setup.cfg
File metadata and controls
77 lines (73 loc) · 1.41 KB
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
76
77
[metadata]
name = aakbar
url = http://github.com/ncgr/aakbar
author = Joel Berendzen
author_email = joelb@ncgr.org
maintainer = Joel Berendzen
maintainer_email = joelb@ncgr.org
long_description = file:README.rst
description-file =
README.rst
CHANGELOG.rst
keywords =
science
biology
bioinformatics
genomics
statistics
peptide
signatures
DNA
protein
sequence
complexity
simplicity
alignment
genes
gene families
license = BSD 3-Clause License
license_file = LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
zip_safe = False
include_package_data = True
packages = aakbar
install_requires =
biopython
click>=5.0
click_plugins
colorama
coverage
matplotlib
numpy
pandas
path.py<=12.0.2
pyfaidx
pyfastaq
pytest
pytest-shutil
pyyaml
seaborn
[options.package_data]
* =
*.txt
*.rst
*.faa
*.sh
*.conf
*.cfg
[bdist-wheel]
universal = 0
[wheel]
universal = 0