Skip to content

Commit 8ab9423

Browse files
committed
rel: 2022.3.1
1 parent 9e192f8 commit 8ab9423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/reference/licensecheck/packageinfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def getClassifiersLicense() -> dict[str, Any]:
3636

3737
## getModuleSize
3838

39-
[Show source in packageinfo.py:157](../../../licensecheck/packageinfo.py#L157)
39+
[Show source in packageinfo.py:163](../../../licensecheck/packageinfo.py#L163)
4040

4141
Get the size of a given module as an int.
4242

@@ -60,7 +60,7 @@ def getModuleSize(path: Path, name: str) -> int:
6060

6161
## getMyPackageLicense
6262

63-
[Show source in packageinfo.py:142](../../../licensecheck/packageinfo.py#L142)
63+
[Show source in packageinfo.py:145](../../../licensecheck/packageinfo.py#L145)
6464

6565
Get the package license from "setup.cfg", "pyproject.toml" or user input
6666

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "licensecheck"
3-
version = "2022.3"
3+
version = "2022.3.1"
44
license = "mit"
55
description = "Output the licenses used by dependencies and check if these are compatible with the project license"
66
authors = ["FredHappyface"]

0 commit comments

Comments
 (0)