-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
33 lines (31 loc) · 1.06 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 = pydwcviz
description = Python package for Darwin-Core Data Analysis.
author = 'Ayush Anand, Tylar Murray'
# author_email =
url = https://github.com/marinebon/py-dwc-viz
long_description_content_type = text/markdown
long_description = file: README.md
license = MIT
license-file = LICENSE
project_urls =
Documentation = https://marinebon.github.io/py-dwc-viz
Bug Tracker = https://github.com/marinebon/py-dwc-viz
Source Code = https://github.com/marinebon/py-dwc-viz
classifiers =
Development Status :: 3 - 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: