Skip to content

typing-extensions 4.13.0 has not LICENCE anymore #562

@Ricardaux

Description

@Ricardaux

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions