-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed as not planned
Description
Hi, since the 4.13.0 was released, the license is no longer indicated in the pypi package.
You can see it with the following command:
docker run -it python:3.10.16-alpine3.21 /bin/sh
pip install typing-extensions
pip show typing-extensions
We can see the result :
/ # pip show typing-extensions Name: typing_extensions Version: 4.13.0 Summary: Backported and Experimental Type Hints for Python 3.8+ Home-page: Author: Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com> License: Location: /usr/local/lib/python3.10/site-packages Requires: Required-by:
Le license field is empty.
Do you know why the license is no longer indicated ?
Thanks for your time.
Metadata
Metadata
Assignees
Labels
No labels