Skip to content

Commit

Permalink
Merge branch 'master' of github.com:raimon49/pip-licenses into migrat…
Browse files Browse the repository at this point in the history
…e-to-pyproject-toml
  • Loading branch information
mbalatsko committed Jul 16, 2024
2 parents c7fabf5 + c194757 commit 54e3787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 4.5.1

* Fixes "tomli" to be output only with `--with-system` option

### 4.5.0

* Implement new feature pyproject.toml support
Expand Down
3 changes: 2 additions & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.5.0"
__version__ = "4.5.1"
__summary__ = (
"Dump the software license list of Python packages installed with pip."
)
Expand Down Expand Up @@ -180,6 +180,7 @@ def normalize_pkg_name(pkg_name: str) -> str:
"prettytable",
"wcwidth",
"setuptools",
"tomli",
"wheel",
)

Expand Down

0 comments on commit 54e3787

Please sign in to comment.