Skip to content

Commit 41fe427

Browse files
authored
Merge pull request #31 from susnux/master
Update setup.py: Use SPDX identifier for license
2 parents b61fbdf + 86ebac3 commit 41fe427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def subdirs(root, file="*.*", depth=10):
9898
# metadata for upload to PyPI
9999
maintainer="Mathics Group",
100100
description="Character Tables and Tokenizer for Mathics and the Wolfram Language.",
101-
license="GPL",
101+
license="GPL-3.0-only",
102102
url="https://mathics.org/",
103103
keywords=["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"],
104104
classifiers=[

0 commit comments

Comments
 (0)