-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
33 lines (30 loc) · 884 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
32
33
[metadata]
name = cbsyst
version = attr: cbsyst.VERSION
author = Oscar Branson
author_email = [email protected]
description = Tools for calculating ocean C and B chemistry.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/oscarbranson/cbsyst
license = MIT
classifiers =
Programming Language :: Python :: 3 :: Only
Intended Audience :: Science/Research
keywords = science, chemistry, oceanography, carbon
[options]
zip_safe = True
include_package_data = False
install_requires =
numpy >=1.13
scipy >=0.18
pandas >=0.19
uncertainties >=3.0
tqdm >=4.14
kgen >=0.2.0
python_requires = >=3.7
packages = find:
[options.package_data]
cbsyst = test_data/GLODAP_data/*.py, tests/*.py, tests/**/*.py, tests/**/*.csv
[options.exclude_package_data]
cbsyst = test_data/*.zip, tests/**/*.pdf, tests/**/*.png