Skip to content

Commit 7ab2e0a

Browse files
committed
Move template to root so copier works
1 parent aff8be9 commit 7ab2e0a

34 files changed

+20
-5
lines changed

.copierignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Development files that shouldn't be copied to generated projects
2+
/tests/
3+
/copier-helper.sh
4+
/pyproject.toml
5+
/Justfile
6+
/README.md
7+
/LICENSE
8+
/.github/workflows/
9+
/.devcontainer/
10+
/.pre-commit-config.yaml
11+
/.gitignore
12+
/uv.lock
13+
/.pytest_cache/
14+
/.ruff_cache/
15+
/tmp/

.devcontainer/postCreateCommand.sh

100755100644
File mode changed.

copier-helper.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ uvx copier copy --defaults --force --trust \
2121
--data use_github="y" \
2222
--data open_source_license="MIT license" \
2323
--data aws="n" \
24-
"$TEMPLATE_DIR/copier" "$OUT_DIR"
24+
"$TEMPLATE_DIR" "$OUT_DIR"
2525

2626
echo "Generated at: $OUT_DIR"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)