forked from blaylockbk/goes2go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
69 lines (66 loc) · 1.62 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
66
67
68
69
[metadata]
name = goes2go
description = Retrieve GOES-16/17 data from AWS. Also proves some RGB recipes.
author = Brian K. Blaylock
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
platform = any
url = https://github.com/blaylockbk/goes2go
project_urls =
Source Code = https://github.com/blaylockbk/goes2go
Documentation = https://goes2go.readthedocs.io/
Release Notes = https://github.com/blaylockbk/goes2go/releases
Bug Tracker = https://github.com/blaylockbk/goes2go/issues
keywords =
meteorology
weather
satellite
GOES
atmosphere
xarray
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Atmospheric Science
[options]
packages = find:
include_package_data = True
setup_requires = setuptools_scm
python_requires = >=3.8
zip_safe = False
install_requires =
numpy
pandas
xarray
metpy
cartopy
toml
s3fs
[options.extras_require]
docs =
autodocsumm
linkify-it-py
myst-parser
nbconvert
nbsphinx
pydata-sphinx-theme
recommonmark
sphinx
sphinx-autosummary-accessors
sphinx-design
sphinx-markdown-tables
sphinxcontrib-mermaid
#tests =
# pytest
# black
# isort