-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 1.07 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
# This file is used to configure your project.
# Read more about the various options under:
# http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = pycax-client
description = Python client for CAX
author = Eli Holmes and Mari Williams
author_email = [email protected]
url = https://github.com/nwfsc-math-bio/pycax
long_description_content_type = text/markdown
long_description = file: README.md
license = MIT
license-file = LICENSE
project_urls =
Documentation = https://nwfsc-math-bio.github.io/pycax
Bug Tracker = https://github.com/nwfsc-math-bio/pycax/issues
Source Code = https://github.com/nwfsc-math-bio/pycax
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
install_requires =
requests>2.7
pandas
python_requires = >=3.7
packages = find: