-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
49 lines (43 loc) · 1.12 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ctypytool"
version = "v0.1"
dependencies = [
"requests",
"numpy",
"netcdf4",
"h5netcdf",
"ipykernel",
"joblib",
"scikit-learn",
"xarray",
"matplotlib",
"pandas",
"cartopy",
"cftime",
]
requires-python = ">=3.8"
authors = [
{name = "Fabian Senf", email = "[email protected]"},
{name = "Sven Zimmermann"},
]
maintainers = [
{name = "Fabian Senf", email = "[email protected]"},
]
description = "Cloud Typing Python Tool for Verification of Weather Forecasts"
keywords = ["cloud", "weather", "forecast", "verification", "satellite", "classification"]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python"
]
[project.urls]
Homepage = "https://ctypytool.readthedocs.io"
Documentation = "https://ctypytool.readthedocs.io"
Repository = "https://github.com/fsenf/CTyPyTool"
Issues = "https://github.com/fsenf/CTyPyTool/issues"
[tool.setuptools]
packages = ["ctypytool"] # Replace with your actual package names