Releases: dhatim/python-license-check
Releases · dhatim/python-license-check
0.3.11
Thanks to @shakhat:
- #28 fix setup.py to install all dependencies from requirements.txt
0.3.10
- #27 whitelist packages with version specifiers
0.3.9
Thanks to @zougi:
- #25 allow package to be excluded without version
0.3.8
Thanks to @hnykda:
- #24 remove argparse as a dependency
0.3.7
#23 authorized packages: keep case of options in license strategy file
0.3.6
#22 Handle license missing from metadata
0.3.5
Thanks to @shakhat:
- #20 Avoid inifinite recursion on packages with cyclic dependencies
0.3.4: Merge pull request #19 from pypingou/basic_marker_support
PR #19: add basic support for markers in requirements.txt and tweak liccheck's own requirements.txt.
0.3.3
PR #18: reorganize tests and prevent crashes when the strategy file does not contain all expected keys.
0.3.2
PR #17: strip the useless "License" suffix.