File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A [Copier](https://github.com/copier-org/copier) template for a Python package b
7
7
## Usage
8
8
9
9
``` sh
10
- uvx copier copy --trust gh:branchvincent/python-template < dest >
10
+ uvx copier copy --trust gh:branchvincent/python-template .
11
11
```
12
12
13
13
## Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ruff = ">=0.6"
25
25
taskipy = ">=1"
26
26
27
27
[tool.taskipy.tasks]
28
- clean = { cmd = "rm -rf .mypy_cache/ .pytest_cache/ .ruff_cache / build/ dist/ *.egg-info", help = "Remove build artifacts" }
28
+ clean = { cmd = "rm -rf .*_cache / build/ dist/ *.egg-info", help = "Remove build artifacts" }
29
29
{% if docs -%}
30
30
docs = { cmd = "mkdocs serve -f docs/mkdocs.yaml", help = "Serve documentation"}
31
31
{% endif -%}
You can’t perform that action at this time.
0 commit comments