forked from tropycal/tropycal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (37 loc) · 999 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
31
32
33
34
35
36
37
38
39
[metadata]
name = tropycal
version = 1.3
description = Package for retrieving and analyzing tropical cyclone data
long_description = file: README.md
long_description_content_type = text/markdown
author = Tomer Burg, Sam Lillo
platform = any
keywords = meteorology, weather
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Intended Audience :: Science/Research
Operating System :: OS Independent
url = https://github.com/tropycal/tropycal
project_urls =
Documentation = https://tropycal.github.io/tropycal/
Source Code = https://github.com/tropycal/tropycal
[options]
package_dir =
= src
packages = find:
include_package_data = True
setup_requires = setuptools_scm
python_requires = >=3.6
install_requires =
matplotlib>=2.2.2
numpy>=1.14.3
scipy>=1.1.0
xarray>=0.10.7
pandas>=1.3.0
networkx>=2.0.0
requests>=2.22.0
pyshp>=2.1
[options.packages.find]
where = src