File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ backwards-incompatible changes.
3131- Ensure that GitHub Actions reports no errors.
3232
3333- Update the version number in ` typing_extensions/pyproject.toml ` and in
34- ` typing_extensions/CHANGELOG ` .
34+ ` typing_extensions/CHANGELOG.md ` .
3535
3636- Make sure your environment is up to date
3737
File renamed without changes.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ classifiers = [
4545[project .urls ]
4646Home = " https://github.com/python/typing/blob/master/typing_extensions/README.rst"
4747Repository = " https://github.com/python/typing"
48- Changes = " https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG"
48+ Changes = " https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md "
4949Documentation = " https://typing.readthedocs.io/"
5050"Bug Tracker" = " https://github.com/python/typing/issues"
5151"Q & A" = " https://github.com/python/typing/discussions"
5858
5959[tool .flit .sdist ]
6060include = [
61- " CHANGELOG" ,
61+ " CHANGELOG.md " ,
6262 " README.rst" ,
6363 " */test*.py"
6464]
You can’t perform that action at this time.
0 commit comments