Skip to content

Commit b9fc9d8

Browse files
committed
Changing project name to python-project-template
1 parent 4c3d7e9 commit b9fc9d8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<p align="center">
2626
Cookiecutter for Python template with some awesome tools to quickstart any Python project.
2727
<br />
28-
<a href="https://github.com/nullhack/cookiecutter-python-base-project/issues">Report Bug</a>
28+
<a href="https://github.com/nullhack/python-project-template/issues">Report Bug</a>
2929
·
30-
<a href="https://github.com/nullhack/cookiecutter-python-base-project/issues">Request Feature</a>
30+
<a href="https://github.com/nullhack/python-project-template/issues">Request Feature</a>
3131
</p>
3232
</div>
3333

@@ -88,7 +88,7 @@ This Project depends on the following projects.
8888

8989
1. Replicate the template locally
9090
```sh
91-
cookiecutter https://github.com/nullhack/cookiecutter-python-base-project
91+
cookiecutter https://github.com/nullhack/python-project-template
9292
# move into your newly created project folder
9393
```
9494
2. Install Poe the Poet and Poetry
@@ -111,7 +111,7 @@ This Project depends on the following projects.
111111
- [x] Improve documentation
112112
- [ ] Update packages and look for new industry standards to include
113113

114-
See the [open issues](https://github.com/nullhack/cookiecutter-python-base-project/issues) for a full list of proposed features (and known issues).
114+
See the [open issues](https://github.com/nullhack/python-project-template/issues) for a full list of proposed features (and known issues).
115115

116116
<p align="right">(<a href="#top">back to top</a>)</p>
117117

@@ -136,7 +136,7 @@ Don't forget to give the project a star! Thanks again!
136136
<!-- LICENSE -->
137137
## License
138138

139-
Distributed under the MIT License. See [`LICENSE`](https://github.com/nullhack/cookiecutter-python-base-project/blob/main/LICENSE) for more information.
139+
Distributed under the MIT License. See [`LICENSE`](https://github.com/nullhack/python-project-template/blob/main/LICENSE) for more information.
140140

141141
<p align="right">(<a href="#top">back to top</a>)</p>
142142

@@ -146,7 +146,7 @@ Distributed under the MIT License. See [`LICENSE`](https://github.com/nullhack/c
146146

147147
Eric Lopes - [@nullhack](https://github.com/nullhack)
148148

149-
Project Link: [https://github.com/nullhack/cookiecutter-python-base-project/](https://github.com/nullhack/cookiecutter-python-base-project/)
149+
Project Link: [https://github.com/nullhack/python-project-template/](https://github.com/nullhack/python-project-template/)
150150

151151
<p align="right">(<a href="#top">back to top</a>)</p>
152152

@@ -167,13 +167,13 @@ This project was heavily based on some great references.
167167

168168
<!-- MARKDOWN LINKS & IMAGES -->
169169
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
170-
[contributors-shield]: https://img.shields.io/github/contributors/nullhack/cookiecutter-python-base-project.svg?style=for-the-badge
171-
[contributors-url]: https://github.com/nullhack/cookiecutter-python-base-project/graphs/contributors
172-
[forks-shield]: https://img.shields.io/github/forks/nullhack/cookiecutter-python-base-project.svg?style=for-the-badge
173-
[forks-url]: https://github.com/nullhack/cookiecutter-python-base-project/network/members
174-
[stars-shield]: https://img.shields.io/github/stars/nullhack/cookiecutter-python-base-project.svg?style=for-the-badge
175-
[stars-url]: https://github.com/nullhack/cookiecutter-python-base-project/stargazers
176-
[issues-shield]: https://img.shields.io/github/issues/nullhack/cookiecutter-python-base-project.svg?style=for-the-badge
177-
[issues-url]: https://github.com/nullhack/cookiecutter-python-base-project/issues
170+
[contributors-shield]: https://img.shields.io/github/contributors/nullhack/python-project-template.svg?style=for-the-badge
171+
[contributors-url]: https://github.com/nullhack/python-project-template/graphs/contributors
172+
[forks-shield]: https://img.shields.io/github/forks/nullhack/python-project-template.svg?style=for-the-badge
173+
[forks-url]: https://github.com/nullhack/python-project-template/network/members
174+
[stars-shield]: https://img.shields.io/github/stars/nullhack/python-project-template.svg?style=for-the-badge
175+
[stars-url]: https://github.com/nullhack/python-project-template/stargazers
176+
[issues-shield]: https://img.shields.io/github/issues/nullhack/python-project-template.svg?style=for-the-badge
177+
[issues-url]: https://github.com/nullhack/python-project-template/issues
178178
[license-shield]: https://img.shields.io/badge/license-MIT-green?style=for-the-badge
179-
[license-url]: https://github.com/nullhack/cookiecutter-python-base-project/blob/main/LICENSE.txt
179+
[license-url]: https://github.com/nullhack/python-project-template/blob/main/LICENSE.txt

{{cookiecutter.project_slug}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Project Link: [https://github.com/{{cookiecutter.github_username}}/{{cookiecutte
200200

201201
This project was created using cookiecutter and NullHack's python-project-template:
202202

203-
* [NullHack's python-project-template](https://github.com/nullhack/cookiecutter-python-base-project/)
203+
* [NullHack's python-project-template](https://github.com/nullhack/python-project-template/)
204204

205205
<p align="right">(<a href="#top">back to top</a>)</p>
206206

0 commit comments

Comments
 (0)