Skip to content

pip show <package_name> error with Autor, Author-email and Home-page #12756

Open
@ucomru

Description

@ucomru

Description

When Im using pip show with pip show python-docx package (or any one else):

$ pip show python-docx
Name: python-docx
Version: 1.1.0
Summary: Create, read, and update Microsoft Word .docx files.
Home-page:
Author:
Author-email: Steve Canny <[email protected]>
License: MIT

Were can to see empty Author and Home-page.
But: Author-email == Author + email

But at the origin pyproject.toml there are:

[project]
authors = [{name = "Steve Canny", email = "[email protected]"}]

[project.urls]
Homepage = "https://github.com/python-openxml/python-docx"

Another strange thing, that the pip show is project.urls.Source, but not project.urls.Homepage

Expected behavior

No response

pip version

24.0

Python version

3.12.2

OS

Mac OS 14.5

How to Reproduce

pip install python-docx
pip show python-docx

Output

pip show python-docx

Name: python-docx
Version: 1.1.0
Summary: Create, read, and update Microsoft Word .docx files.
Home-page:
Author:
Author-email: Steve Canny [email protected]
License: MIT

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions