Skip to content

Commit 23b7d12

Browse files
committed
Cope with Python developer harassment
1 parent a378cca commit 23b7d12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ dependencies = [
2424
]
2525
requires-python = ">=3.9"
2626
readme = "README.rst"
27-
license = {text = "GPL-3.0-only"}
27+
license = "GPL-3.0-or-later"
2828
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
2929
maintainers = [
3030
{name = "Mathics3 Group"},
3131
]
3232
classifiers = [
3333
"Intended Audience :: Developers",
3434
"Intended Audience :: Science/Research",
35-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3635
"Programming Language :: Python",
3736
"Programming Language :: Python :: 3.9",
3837
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)