summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-20 11:02:07 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-20 11:02:23 -0400
commitabc4fcf5e49d3a4003c3b3cad5c425cfb53b72af (patch)
treee68f19008044dbc8c3ed723ca2d156bca645fb04
parent67e3c7ecac7c257ccea6f2af96b075f2f28b191e (diff)
downloadjsonschema-abc4fcf5e49d3a4003c3b3cad5c425cfb53b72af.tar.gz
Allow the PSFL in non-GPL licenses.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d13a7b9..d33e3ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ commands =
formatnongpl: {envpython} -m pip install --quiet '{toxinidir}[format-nongpl]'
audit: {envpython} -m pip_audit
- audit-formatnongpl: {envpython} -m piplicenses {posargs} --ignore-packages pip-requirements-parser pip_audit pip-api --allow-only="Apache Software License;ISC License (ISCL);MIT License;BSD License;Mozilla Public License 2.0 (MPL 2.0)"
+ audit-formatnongpl: {envpython} -m piplicenses {posargs} --ignore-packages pip-requirements-parser pip_audit pip-api --allow-only="Apache Software License;ISC License (ISCL);MIT License;BSD License;Mozilla Public License 2.0 (MPL 2.0);Python Software Foundation License"
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist