-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
55 lines (52 loc) · 1.16 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
[metadata]
name = pyseas
version = 0.8.2
author = Timothy Hochberg
author_email = [email protected]
description = A library to make GFW style maps in Python.
license = Apache-2.0
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/globalfishingwatch/pyseas
project_urls =
Bug Tracker = https://github.com/globalfishingwatch/pyseas/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache-2.0
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
package_data =
python_requires = >=3.6
install_requires =
cartopy
geopandas
geos
numpy
matplotlib >= 3.3
pandas
scikit-image
shapely
h3 < 4.0
gcsfs
[options.extras_require]
nb =
jupyter
jupytext
pandas-gbq
[options.package_data]
pyseas =
data/*.json
data/eezs/*.md
data/eezs/*.gpkg
data/fonts/*/*.txt
data/fonts/*/*.md
data/fonts/*/*.ttf
data/logos/*.png
doc/Examples.py
doc/Examples.ipynb
doc/data/*.csv.zip
doc/contrib/*.py
doc/contrib/*.ipynb
doc/contrib/data/*.csv.zip