Skip to content

Commit 86ebac3

Browse files
authored
Update setup.py: Use SPDX identifier for license
Use SPDX[1] license identifier for portable packaging. [1] https://spdx.org/licenses/
1 parent b61fbdf commit 86ebac3

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)