Extended the list of data returned by 'piplicenses'. eric7

Tue, 24 May 2022 14:55:31 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 May 2022 14:55:31 +0200
branch
eric7
changeset 9101
1c708303e85a
parent 9100
9d3475ca1735
child 9102
78dc7b63a06d

Extended the list of data returned by 'piplicenses'.

eric7/PipInterface/Pip.py file | annotate | diff | comparison | revisions
--- a/eric7/PipInterface/Pip.py	Tue May 24 11:02:38 2022 +0200
+++ b/eric7/PipInterface/Pip.py	Tue May 24 14:55:31 2022 +0200
@@ -1004,6 +1004,9 @@
                     "--from",
                     "mixed",
                     "--with-system",
+                    "--with-authors",
+                    "--with-urls",
+                    "--with-description",
                 ]
                 if localPackages:
                     args.append("--local-only")

eric ide

mercurial