We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df9676 commit d991a1fCopy full SHA for d991a1f
2 files changed
README.md
@@ -7,7 +7,7 @@ A [Copier](https://github.com/copier-org/copier) template for a Python package b
7
## Usage
8
9
```sh
10
-uvx copier copy --trust gh:branchvincent/python-template <dest>
+uvx copier copy --trust gh:branchvincent/python-template .
11
```
12
13
## Features
src/pyproject.toml.jinja
@@ -25,7 +25,7 @@ ruff = ">=0.6"
25
taskipy = ">=1"
26
27
[tool.taskipy.tasks]
28
-clean = { cmd = "rm -rf .mypy_cache/ .pytest_cache/ .ruff_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }
+clean = { cmd = "rm -rf .*_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }
29
{% if docs -%}
30
docs = { cmd = "mkdocs serve -f docs/mkdocs.yaml", help = "Serve documentation"}
31
{% endif -%}
0 commit comments