generated from ioos/ioos-python-package-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathsetup.cfg
53 lines (49 loc) · 1.19 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
[metadata]
name = gcm_filters
description = Diffusion-based Spatial Filtering of Gridded Data
author = Ocean Eddy CPT Team
author_email = nora.loose@gmail.com
url = https://github.com/ocean-eddy-cpt/gcm-filters
long_description = file: README.md
long_description_content_type = text/markdown
license = LGPL-3.0
license_file = LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Operating System :: OS Independent
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
[options]
zip_safe = False
install_requires =
numpy
xarray
scipy
matplotlib
python_requires = >=3.9
packages = find:
[sdist]
formats = gztar
[check-manifest]
ignore =
*.yml
*.yaml
.coveragerc
docs
docs/*
*.enc
notebooks
notebooks/*
tests
tests/*
[flake8]
max-line-length = 105
select = C,E,F,W,B,B950
ignore = E203, E501, W503
exclude = gcm_filters/_version.py