-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
30 lines (28 loc) · 976 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
[metadata]
name = climopy
author = Luke Davis
author_email = lukelbd@gmail.com
maintainer = Luke Davis
maintainer_email = lukelbd@gmail.com
license = MIT
description = A data analysis toolkit for climate scientists.
url = https://climopy.readthedocs.io
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://proplot.readthedocs.io
Issue Tracker = https://github.com/lukelbd/proplot/issues
Source Code = https://github.com/lukelbd/proplot
[options]
packages = climopy
install_requires = numpy; scipy; pint; pandas; xarray; cf_xarray
include_package_data = True
python_requires = >=3.8.0