Skip to content

Commit 8aee4c9

Browse files
authored
New pyproject license spec format (#89)
1 parent 12dae0f commit 8aee4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
[build-system]
13-
requires = ["setuptools>=61.0", "wheel", "numpy"]
13+
requires = ["setuptools>=77.0.3", "wheel", "numpy"]
1414
build-backend = "setuptools.build_meta"
1515

1616
[project]
@@ -22,7 +22,7 @@ authors = [
2222
]
2323
description = "Implement the Fmask cloud masking algorithm (Zhu, Wang & Woodcock 2015)"
2424
readme = "README.md"
25-
license = {file = "LICENSE.txt"}
25+
license = "GPL-3.0-or-later"
2626

2727
[project.scripts]
2828
fmask_sentinel2makeAnglesImage = "fmask.cmdline.sentinel2makeAnglesImage:mainRoutine"

0 commit comments

Comments
 (0)