forked from simbli/seacharts
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
40 lines (38 loc) · 1015 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
40
[metadata]
name = seacharts
version = 3.0.0
author = Simon Blindheim, Trym Tengesdal
author_email = [email protected]
description = Electronic navigational charts (ENCs) processing & visualization
url = https://github.com/simbli/seacharts
long_description = file: README.md, LICENSE
long_description_content_type= text/markdown
keywords = api, ships, sea charts, visualization, electronic navigational charts
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
project_urls =
Bug Tracker = https://github.com/simbli/seacharts/issues
[options]
package_dir =
'' = seacharts
packages = find:
install_requires =
numpy
gdal
fiona
cartopy
shapely
matplotlib
matplotlib_scalebar
cerberus
pyyaml
requests
pyproj
python_requires = >=3.11
test_suite = tests
[options.package_data]
seacharts = *.yaml