Skip to content

Commit 8694416

Browse files
committed
Switch to setuptools 77.0
1 parent b6d2d85 commit 8694416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >=61.0.0",
3+
"setuptools >=77.0.0",
44
"packaging",
55
"cython >=3.0",
66
"numpy",
@@ -16,8 +16,8 @@ authors = [
1616
description = "Python ENVISAT Product Reader API"
1717
requires-python = ">=3.10, <4"
1818
keywords = ["satellite", "reader", "envisat"]
19-
license = {text = "GPL-3.0-or-later"}
20-
# license-files = ["LICENSE.txt", "LICENSES/*"]
19+
license = "GPL-3.0-or-later"
20+
license-files = ["LICENSE.txt", "LICENSES/*"]
2121
classifiers = [
2222
"Development Status :: 5 - Production/Stable",
2323
"Environment :: Other Environment",

0 commit comments

Comments
 (0)