We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dae0f commit 8aee4c9Copy full SHA for 8aee4c9
1 file changed
pyproject.toml
@@ -10,7 +10,7 @@
10
#
11
12
[build-system]
13
-requires = ["setuptools>=61.0", "wheel", "numpy"]
+requires = ["setuptools>=77.0.3", "wheel", "numpy"]
14
build-backend = "setuptools.build_meta"
15
16
[project]
@@ -22,7 +22,7 @@ authors = [
22
]
23
description = "Implement the Fmask cloud masking algorithm (Zhu, Wang & Woodcock 2015)"
24
readme = "README.md"
25
-license = {file = "LICENSE.txt"}
+license = "GPL-3.0-or-later"
26
27
[project.scripts]
28
fmask_sentinel2makeAnglesImage = "fmask.cmdline.sentinel2makeAnglesImage:mainRoutine"
0 commit comments