-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
56 lines (48 loc) · 1.57 KB
/
pyproject.toml
File metadata and controls
56 lines (48 loc) · 1.57 KB
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
56
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "metradar"
version = "0.1.8.6"
authors = [
{ name = "Wenjian Zhu", email = "kevin2075@163.com" }
]
description = "radar data processing"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: Unix",
"Operating System :: Microsoft",
"Operating System :: MacOS",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Scientific/Engineering :: Hydrology",
"Topic :: Scientific/Engineering :: Image Processing",
]
keywords = ["Weather", "Radar", ]
dependencies = [
"openpyxl>=3.1.5",
"pydda>=2.2.0",
"tqdm>=4.67.0",
"wradlib>=2.6.1",
"MetPy>=1.7.1",
"matplotlib>=3.10.8",
"nmc_met_io>=0.1.16.0",
"netCDF4>=1.7.4",
"schedule>=1.2.2",
"nmc_met_graphics>=0.2.0",
]
requires-python = ">=3.10,<3.13"
[tool.setuptools]
license-files = ["LICENSE"]
[tool.setuptools.packages.find]
include = ["metradar*",]
exclude = ["rebuild.sh","MANIFEST.in","cfg","test*","private_res","tlogp","*.txt","output","pic",".metradar","fonts","国省市县审图号(GS (2019) 3082号","DEM","maps","test"]
[project.urls]
Homepage = "https://github.com/nmcdev/metradar"
Repository = "https://github.com/nmcdev/metradar"
Documentation = "https://github.com/nmcdev/metradar#readme"