File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 192f7bbb0b7533a90c4fd01209d1d7e387c141f2 " ,
2+ "_commit" : " c0dc52f406bfda76f69a2a9ed9694bf15d213d34 " ,
33 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
44 "add_rust_extension" : false ,
55 "author" : " Kyle Oliver" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " 192f7bbb0b7533a90c4fd01209d1d7e387c141f2 " ,
3+ "commit" : " c0dc52f406bfda76f69a2a9ed9694bf15d213d34 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
2020 "license" : " MIT" ,
2121 "development_status" : " Development Status :: 1 - Planning" ,
2222 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
23- "_commit" : " 192f7bbb0b7533a90c4fd01209d1d7e387c141f2 "
23+ "_commit" : " c0dc52f406bfda76f69a2a9ed9694bf15d213d34 "
2424 }
2525 },
2626 "directory" : null
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ representative at an online or offline event.
6060
6161Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262reported to the community leaders responsible for enforcement at
63- [ cookiecutter.robust.python @gmail.com] ( mailto:cookiecutter.robust.python @gmail.com ) .
63+ [ 56kyleoliver @gmail.com] ( mailto:56kyleoliver @gmail.com ) .
6464All complaints will be reviewed and investigated promptly and fairly.
6565
6666All community leaders are obligated to respect the privacy and security of the
Original file line number Diff line number Diff line change @@ -210,4 +210,4 @@ _This project was generated from the [cookiecutter-robust-python][cookiecutter-r
210210[ bandit-documentation ] : https://bandit.readthedocs.io/
211211[ conventional-commits ] : https://www.conventionalcommits.org/
212212[ pytest-documentation ] : https://docs.pytest.org/
213- [ cookiecutter-robust-python ] : https://github.com/robust-python /cookiecutter-robust-python
213+ [ cookiecutter-robust-python ] : https://github.com/56kyle /cookiecutter-robust-python
Original file line number Diff line number Diff line change @@ -91,5 +91,5 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
9191
9292<!-- Reference Links -->
9393
94- [cookiecutter-robust-python]: https://github.com/robust-python /cookiecutter-robust-python
94+ [cookiecutter-robust-python]: https://github.com/56kyle /cookiecutter-robust-python
9595[documentation]: https://robust-python-demo.readthedocs.io/
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def get_parser() -> argparse.ArgumentParser:
3737 """Creates the argument parser for setup-git."""
3838 parser : argparse .ArgumentParser = argparse .ArgumentParser (
3939 prog = "setup-git" ,
40- usage = "python ./scripts/setup-git.py . -u robust-python -n robust-python-demo" ,
40+ usage = "python ./scripts/setup-git.py . -u 56kyle -n robust-python-demo" ,
4141 description = "Set up the provided cookiecutter-robust-python project's git repo." ,
4242 )
4343 parser .add_argument (
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def get_parser() -> argparse.ArgumentParser:
3939 """Creates the argument parser for setup-remote."""
4040 parser : argparse .ArgumentParser = argparse .ArgumentParser (
4141 prog = "setup-remote" ,
42- usage = "python ./scripts/setup-remote.py . --host github.com --path robust-python /robust-python-demo" ,
42+ usage = "python ./scripts/setup-remote.py . --host github.com --path 56kyle /robust-python-demo" ,
4343 description = "Set up the provided cookiecutter-robust-python project's remote repo connection." ,
4444 )
4545 parser .add_argument (
You can’t perform that action at this time.
0 commit comments