diff -r 9d3475ca1735 -r 1c708303e85a eric7/PipInterface/Pip.py --- 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")