generated from 7yl4r/7ython-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
33 lines (31 loc) · 1.18 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 = dwc-bias-analysis
description = An analysis of sampling spatial, tempora, and taxonomic biases for Darwin-Core (Dwc) data.
# author =
# author_email =
url = https://github.com/marinebon/dwc-bias-analysis
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/dwc-bias-analysis
Source Code = https://github.com/marinebon/dwc-bias-analysis
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 =
pyobis>=1.2
pydwcviz @ https://github.com/marinebon/py-dwc-viz/archive/0.0.1.zip
python_requires = >=3.7
packages = find: