-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
65 lines (61 loc) · 1.7 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = EcoFOCIpy
description = Collection of tools for reading, visualizing and performing calculations with EcoFOCI data.
long_description = file: README.md
long_description_content_type = text/markdown
author = Shaun Bell
author_email = [email protected]
maintainer = Shaun Bell
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
platform = any
keywords = oceanography, pmel, instrumentation
classifiers =
Development Status :: 2 - Pre-Alpha
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Oceanography
Intended Audience :: Science/Research
Operating System :: OS Independent
License :: OSI Approved :: BSD License
url = https://www.ecofoci.noaa.gov/
project_urls =
Documentation = https://github.com/shaunwbell/EcoFOCIpy/
Release Notes = https://github.com/shaunwbell/EcoFOCIpy/releases
Bug Tracker = https://github.com/shaunwbell/EcoFOCIpy/issues
Source Code = https://github.com/shaunwbell/EcoFOCIpy
[options]
zip_safe = True
package_dir =
= src
packages = find:
include_package_data = True
setup_requires =
setuptools_scm
pytest-runner
flake8
tests_require = pytest
python_requires = >=3.8
install_requires =
matplotlib>=3.5.1
numpy>=1.22.3
pandas>=1.4.1
xlrd>=1.0.0
netcdf4>=1.5.8
cftime>=1.4.1
erddapy>=1.2.1
ctd>=1.1.1
seawater>=3.3.4
[options.packages.find]
where = src
[pycodestyle]
ignore = W503
max-line-length = 95
[flake8]
max-line-length = 95
application-import-names = EcoFOCIpy
import-order-style = google