-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (31 loc) · 877 Bytes
/
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
[metadata]
name = dimedbpy
author = Keiron OShea
author_email = keo7@aber.ac.uk
description = Python wrapper for DIMEdbs REST API.
version = 0.1.2
url = https://github.com/AberystwythSystemsBiology/dimedbpy
keywords =
metabolomics
omics
processing
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
[options]
python_requires = >= 3
setup_requires =
setuptools >= 38.6
pip >= 10
twine >= 1.11
include_package_data = True
packages = find: