Skip to content

Commit abc4fcf

Browse files
committed
Allow the PSFL in non-GPL licenses.
1 parent 67e3c7e commit abc4fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands =
3131
formatnongpl: {envpython} -m pip install --quiet '{toxinidir}[format-nongpl]'
3232

3333
audit: {envpython} -m pip_audit
34-
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)"
34+
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"
3535

3636
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
3737

0 commit comments

Comments
 (0)