forked from JPL-Evapotranspiration-Algorithms/MODISCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (24 loc) · 681 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (24 loc) · 681 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
[build-system]
requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
[project]
name = "MODISCI"
version = "1.4.0"
description = "generates rasters of MODIS clumping index"
readme = "README.md"
authors = [
{ name = "Gregory H. Halverson", email = "gregory.h.halverson@jpl.nasa.gov" },
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"ECOv002-calval-tables>=1.6.0",
"colored_logging",
"rasters>=1.9.0",
]
requires-python = ">=3.10"
[tool.setuptools.packages.find]
exclude = ["notebooks*"]
[project.urls]
"Homepage" = "https://github.com/JPL-Evapotranspiration-Algorithms/MODISCI"