Skip to content

Commit

Permalink
feat!: rename to CrustyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jun 26, 2023
1 parent b8732c3 commit f7810b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 1,6 @@
# cookiecutter-python-project
# CrustyPy
Bake your Python projects to perfection.

A basic Python project template for [Cookiecutter][cookiecutter].

## Usage
Expand All @@ -9,14 11,14 @@ Requires [cruft][cruft].
> Install cruft with optional `pyproject`, as `cruft[pyproject]`.
```bash
cruft create https://github.com/MicaelJarniac/cookiecutter-python-project
cruft create https://github.com/MicaelJarniac/crustypy
```

### With Cookiecutter
[Cookiecutter][cookiecutter] can also be used, but it'll result in fewer features.

```bash
cookiecutter gh:MicaelJarniac/cookiecutter-python-project
cookiecutter gh:MicaelJarniac/crustypy
```

[cruft]: https://github.com/cruft/cruft/
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_distribution_name}}/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 123,4 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
## License
[MIT](../LICENSE)

This project was created with the [MicaelJarniac/cookiecutter-python-project](https://github.com/MicaelJarniac/cookiecutter-python-project) template.
This project was created with the [MicaelJarniac/crustypy](https://github.com/MicaelJarniac/crustypy) template.

0 comments on commit f7810b7

Please sign in to comment.