-
Notifications
You must be signed in to change notification settings - Fork 31
/
setup.cfg
52 lines (50 loc) · 1.37 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
[metadata]
author = SciTools Developers
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: Unix
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
description = Provides support for a cftime axis in matplotlib
download_url = https://github.com/SciTools/nc-time-axis
keywords =
axis
cftime
matplotlib
license = BSD 3-Clause
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
name = nc-time-axis
project_urls =
Code = https://github.com/SciTools/nc-time-axis
Discussions = https://github.com/SciTools/nc-time-axis/discussions
Issues = https://github.com/SciTools/nc-time-axis/issues
url = https://github.com/SciTools/nc-time-axis
version = attr: nc_time_axis.__version__
[options]
include_package_data = True
install_requires =
cftime
matplotlib
numpy
packages = find:
python_requires =
>=3.7
zip_safe = False
[options.extras_require]
test =
codecov
pytest >=6.0
pytest-cov
all =
pre-commit
%(test)s