-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (30 loc) · 754 Bytes
/
setup.cfg
File metadata and controls
32 lines (30 loc) · 754 Bytes
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
[metadata]
name = daymetpyprocessing
version = 0.1.0
url = https://github.com/SebaDro/daymet-pyprocessing
author = Sebastian Drost
author_email=sebastian.drost@hs-bochum.de
description = Package for downloading and processing Daymet datasets
long_description = file: README.md
keywords = Daymet, climate data
license = Apache-2.0 license
classifiers =
Programming Language :: Python :: 3
[options]
packages =
daymetpyprocessing
python_requires = >=3.7
install_requires =
gdal
fiona
geopandas
pyyaml
requests
h5netcdf
xarray
dask
zarr
[options.entry_points]
console_scripts =
download_daymet = daymetpyprocessing.download_daymet:main
process_daymet = daymetpyprocessing.process_daymet:main