We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e3c7e commit abc4fcfCopy full SHA for abc4fcf
tox.ini
@@ -31,7 +31,7 @@ commands =
31
formatnongpl: {envpython} -m pip install --quiet '{toxinidir}[format-nongpl]'
32
33
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)"
+ 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"
35
36
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
37
0 commit comments