Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Minor bugfixes, ignore_packages option

Compare
Choose a tag to compare
@jvorcak jvorcak released this 21 Dec 14:33
· 281 commits to master since this release
3a82339
  1. User can now ignore packages what either has no license or he/she is sure these packages are not a threat.
 "ignored_packages": {
    "python_pipenv": [
      "PyInquirer",
      "setuptools"
    ],
    "npm": [],
    "maven": [],
    "yarn": []
  }
  1. User can now run this program as python3 -m license_sh