1 parent b6d2d85 commit 8694416Copy full SHA for 8694416
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools >=61.0.0",
+ "setuptools >=77.0.0",
4
"packaging",
5
"cython >=3.0",
6
"numpy",
@@ -16,8 +16,8 @@ authors = [
16
description = "Python ENVISAT Product Reader API"
17
requires-python = ">=3.10, <4"
18
keywords = ["satellite", "reader", "envisat"]
19
-license = {text = "GPL-3.0-or-later"}
20
-# license-files = ["LICENSE.txt", "LICENSES/*"]
+license = "GPL-3.0-or-later"
+license-files = ["LICENSE.txt", "LICENSES/*"]
21
classifiers = [
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Other Environment",
0 commit comments