Skip to content

Commit 2cca5c2

Browse files
committed
Intermediate changes
commit_hash:6d9d4afb906e7c43e37ca1a135bbe8d1059f19d1
1 parent de92acc commit 2cca5c2

File tree

3 files changed

+1004
-78
lines changed

3 files changed

+1004
-78
lines changed

contrib/python/typing-extensions/py3/.dist-info/METADATA

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.4
22
Name: typing_extensions
3-
Version: 4.12.2
3+
Version: 4.13.0
44
Summary: Backported and Experimental Type Hints for Python 3.8+
55
Keywords: annotations,backport,checker,checking,function,hinting,hints,type,typechecking,typehinting,typehints,typing
66
Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
77
Requires-Python: >=3.8
88
Description-Content-Type: text/markdown
9+
License-Expression: PSF-2.0
910
Classifier: Development Status :: 5 - Production/Stable
1011
Classifier: Environment :: Console
1112
Classifier: Intended Audience :: Developers
12-
Classifier: License :: OSI Approved :: Python Software Foundation License
1313
Classifier: Operating System :: OS Independent
1414
Classifier: Programming Language :: Python :: 3
1515
Classifier: Programming Language :: Python :: 3 :: Only
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.11
2020
Classifier: Programming Language :: Python :: 3.12
2121
Classifier: Programming Language :: Python :: 3.13
2222
Classifier: Topic :: Software Development
23+
License-File: LICENSE
2324
Project-URL: Bug Tracker, https://github.com/python/typing_extensions/issues
2425
Project-URL: Changes, https://github.com/python/typing_extensions/blob/main/CHANGELOG.md
2526
Project-URL: Documentation, https://typing-extensions.readthedocs.io/

0 commit comments

Comments
 (0)