blob: de9923401be0dc6041ef9b40ea915144e1357f8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2025-08-29 10:04:46 UTC
+++ pyproject.toml
@@ -24,7 +24,7 @@ readme = "README.rst"
]
requires-python = ">=3.10"
readme = "README.rst"
-license = "GPL-3.0-or-later"
+license = {text = "GPL-3.0-or-later"}
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
maintainers = [
{name = "Mathics3 Group"},
|