forked from mpytools/mplotutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (32 loc) · 955 Bytes
/
setup.cfg
File metadata and controls
34 lines (32 loc) · 955 Bytes
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
[metadata]
name = mplotutils
description = utilities for matplotlib and cartopy
author = mathause
author_email = mathias.hauser@env.ethz.com
license = GPLv3
url = https://github.com/mpytools/mplotutils
long_description_content_type=text/markdown
long_description = file: README.md
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = find:
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
include_package_data = True
python_requires = >=3.11
install_requires =
cartopy >=0.23
matplotlib >=3.9
numpy >=1.26
xarray >=2024.7
[coverage:run]
omit =
*/tests/*,