File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ version = "4.2.0"
1010description = " Backported and Experimental Type Hints for Python 3.7+"
1111readme = " README.rst"
1212requires-python = " >=3.7"
13- urls.Home = " https://github.com/python/typing/blob/master/typing_extensions/README.rst"
1413license.file = " LICENSE"
1514keywords = [
1615 " annotations" ,
@@ -43,6 +42,14 @@ classifiers = [
4342 " Topic :: Software Development"
4443]
4544
45+ [project .urls ]
46+ Home = " https://github.com/python/typing/blob/master/typing_extensions/README.rst"
47+ Repository = " https://github.com/python/typing"
48+ Changes = " https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG"
49+ Documentation = " https://typing.readthedocs.io/"
50+ "Bug Tracker" = " https://github.com/python/typing/issues"
51+ "Q & A" = " https://github.com/python/typing/discussions"
52+
4653# Project metadata -- authors. Flit stores this as a list of dicts, so it can't
4754# be inline above.
4855[[project .authors ]]
You can’t perform that action at this time.
0 commit comments