- code improvements - fix issue where onlyLicenses logic caused licensecompat to be `false` when unspecified from the command line - move `cli()` to `cli.py` - add tests for the main entry point - update deps
2024 - 2024/01/27
- code improvements - users can now specify a license from the command line with `--license` https://github.com/FHPythonUtils/LicenseCheck/issues/69
2024 - 2024/01/07
- update dependencies
2023.5.2
- fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65 - fix: add support for double quotes in extras https://github.com/FHPythonUtils/LicenseCheck/pull/64, thanks https://github.com/arunkumarpandian
2023.5.1
- Fix optional extras from dependencies being included by default. Thank you https://github.com/arunkumarpandian! - Dynamically get version from package metadata. Thank you https://github.com/emesar - Bump version of rich
2023.4.3
- Add a new flag `--skip-dependencies` which will exclude from the processing a list of the current project dependencies. Suitable for private dependencies which are only available on a private registry and not on PyPi. Thank you https://github.com/Azraeht :)
2023.4.2
- Fixed Bug: handle missing urls for a pypi package https://github.com/FHPythonUtils/LicenseCheck/issues/57. Thank you https://github.com/Azraeht!