-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
39 lines (37 loc) · 1.17 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
[metadata]
name = autoclasswrapper
version = attr: autoclasswrapper.__version__
author = Pierre Poulain
author_email = [email protected]
url = https://github.com/pierrepo/autoclasswrapper
description = AutoClassWrapper: a Python wrapper for AutoClass C classification.
long_description = file: README.md, CHANGELOG.md, LICENSE.txt
long_description_content_type = text/markdown
keywords = autoclass, clustering, proteins, genes
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Natural Language :: English
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[options]
packages = find:
zip_safe = False
python_requires= >=3.4
install_requires =
numpy
pandas
scipy
matplotlib
chardet
include_package_data = True
[options.package_data]
* = LICENSE.txt, CHANGELOG.md