Skip to content

Commit ab820e8

Browse files
committed
Fix uv install command for copier with jinja2-time
1 parent 5570b6c commit ab820e8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
1717

1818
[Full changelog](https://github.com/dalito/linkml-project-copier/compare/v0.4.1...main)
1919

20-
(nothing yet)
20+
### Fixed
21+
22+
- Fix `uv tool` command that includes jinja2-time into copier. #90
2123

2224
## Release [0.4.1] - 2025-08-02
2325

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ We assume that you have full internet access.
4848

4949
Copier is a tool for generating projects based on a template (like this one!).
5050
It also allows re-configuring the projects and to keep them updated when the original template changes.
51-
To insert dates into the template, copier requires [jinja2_time](https://github.com/hackebrot/jinja2-time) in the copier environment.
51+
To insert dates into the template, copier requires [jinja2-time](https://github.com/hackebrot/jinja2-time) in the copier environment.
5252
Install both with `uv tool` by running:
5353

5454
```shell
55-
uv tool install copier
56-
uv tool inject copier jinja2_time
55+
uv tool install --with jinja2-time copier
5756
```
5857

5958
* **just**

0 commit comments

Comments
 (0)