File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ Features
3232- `Keep a CHANGELOG `_.
3333- Consistent coding with EditorConfig _.
3434- Badges from Shields.io _.
35+ - Start coding instantly with `GitHub Codespaces `_.
3536
3637.. _Black : https://black.readthedocs.io/en/stable/
3738.. _Codecov : https://codecov.io/
3839.. _EditorConfig : https://editorconfig.org/
3940.. __ : https://github.com/features/actions
41+ .. _GitHub Codespaces : https://github.com/features/codespaces
4042.. _Keep a CHANGELOG : https://keepachangelog.com/
4143.. _PyPI : https://pypi.python.org/pypi
4244.. _Pylint : https://www.pylint.org/
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ makenew () {
5959 read -p ' > GitHub user or organization name (my-user): ' mk_user
6060 read -p ' > GitHub repository name (my-repo): ' mk_repo
6161
62- sed_delete README.rst ' 18,126d '
62+ sed_delete README.rst ' 18,128d '
6363 sed_insert README.rst ' 18i' ' TODO'
6464
6565 old_title=" Python Package Skeleton"
You can’t perform that action at this time.
0 commit comments