-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml.ori
46 lines (44 loc) · 1.58 KB
/
pyproject.toml.ori
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
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
[project]
version = "0.3.2"
name = "delftdashboard"
authors = [
{name = "Maarten van Ormondt", email = "[email protected]"},
{name = "Roel de Goede", email = "[email protected]"},
{name = "Kees Nederhoff", email = "[email protected]"},
{name = "Tim Leijnse", email = "[email protected]"},
{name = "Panos Athanasiou", email = "[email protected]"},
{name = "Floortje Roelvink", email = "[email protected]"},
]
requires-python = ">=3.10"
dependencies = [
"geopandas",
"numpy",
"pandas",
"pyproj",
"shapely",
"scipy",
"xarray",
"matplotlib",
"pyyaml",
"xugrid",
"toml",
"guitares"
]
[tool.setuptools.package-data]
"delftdashboard.config" = ["*.ini", "*.qss"]
"delftdashboard.config.colormaps" = ["*.txt"]
"delftdashboard.config.images" = ["*.png", "*.jpg"]
"delftdashboard.misc.select_utm_zone" = ["*.yml"]
"delftdashboard.misc.cyclone_track_selector" = ["*.yml"]
"delftdashboard.models.hurrywave.config" = ["*.yml"]
"delftdashboard.models.sfincs_cht.config" = ["*.yml"]
"delftdashboard.toolboxes.drawing.config" = ["*.yml"]
"delftdashboard.toolboxes.modelmaker_hurrywave.config" = ["*.yml"]
"delftdashboard.toolboxes.modelmaker_sfincs_cht.config" = ["*.yml"]
"delftdashboard.toolboxes.observation_stations.config" = ["*.yml"]
"delftdashboard.toolboxes.tropical_cyclone.config" = ["*.yml"]
"delftdashboard.layers.config" = ["*.yml"]
"delftdashboard" = ["*.yml"]