Skip to content

Commit

Permalink
Update README.md (#21)
Browse files Browse the repository at this point in the history
* Update README.md

* Update copier.yml

* Update README.md

* Update ci.yml
  • Loading branch information
tschm authored Jan 17, 2025
1 parent 825fae1 commit 9aaeb47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: .
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir copier
pip install --no-cache-dir -r requirements.txt
mkdir -p template
copier copy . template --data-file .github/data.yaml
cd template
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# package
# package - cradle template

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
[![CI](https://github.com/tschm/package/actions/workflows/ci.yml/badge.svg)](https://github.com/tschm/package/actions/workflows/ci.yml)
Expand Down
4 changes: 0 additions & 4 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
---
# for questions
# https://copier.readthedocs.io/en/stable/configuring/#prompt-templating

#sheriff:
# type: str
# help: "Who shot the sheriff?"
---

# Require that the user has at least Copier v9.1.0 installed
Expand Down

0 comments on commit 9aaeb47

Please sign in to comment.