Open
Description
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
- I agree to follow the PSF Code of Conduct.