Loading python/pylic.yml +3 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ python:pylic: stage: test image: registry.gitlab.com/notno/python-tests image: python:slim before_script: - pip install . script: - pip install pylic - pylic Loading templates_tests/python/pyproject.toml +1 −14 Original line number Diff line number Diff line Loading @@ -27,19 +27,6 @@ version_variable = "pyproject.toml:version" [tool.pylic] safe_licenses = [ "Apache Software License", "Apache License 2.0", "MIT License", "MIT", "Python Software Foundation License", "Mozilla Public License 2.0 (MPL 2.0)", "Freely Distributable", "GNU Library or Lesser General Public License (LGPL)", "BSD License", "GNU General Public License v3 (GPLv3)", "Public Domain", "GNU General Public License v2 (GPLv2)", "GNU Lesser General Public License v2 (LGPLv2)", "ISC License (ISCL)", "OSI Approved" "MIT License" ] unsafe_packages = [] Loading
python/pylic.yml +3 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ python:pylic: stage: test image: registry.gitlab.com/notno/python-tests image: python:slim before_script: - pip install . script: - pip install pylic - pylic Loading
templates_tests/python/pyproject.toml +1 −14 Original line number Diff line number Diff line Loading @@ -27,19 +27,6 @@ version_variable = "pyproject.toml:version" [tool.pylic] safe_licenses = [ "Apache Software License", "Apache License 2.0", "MIT License", "MIT", "Python Software Foundation License", "Mozilla Public License 2.0 (MPL 2.0)", "Freely Distributable", "GNU Library or Lesser General Public License (LGPL)", "BSD License", "GNU General Public License v3 (GPLv3)", "Public Domain", "GNU General Public License v2 (GPLv2)", "GNU Lesser General Public License v2 (LGPLv2)", "ISC License (ISCL)", "OSI Approved" "MIT License" ] unsafe_packages = []