Skip to content

Commit 51fa0fd

Browse files
committed
Add description, add package name
1 parent 3da0d52 commit 51fa0fd

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

copier.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ project_name:
66
help: Project name
77
default: pytauri-app
88

9+
package_name:
10+
type: str
11+
default: "{{ project_name | replace('-', '_')}}"
12+
when: false
13+
914
package_type:
1015
type: str
1116
help: Package type
@@ -56,10 +61,10 @@ ui_template:
5661
_message_after_copy: |
5762
Done. Now run:
5863
59-
$ cd {{ project_name }}
60-
$ uv venv --python-preference only-system
61-
$ .venv\Scripts\activate
62-
$ uv pip install -e src-tauri\src-python
64+
cd {{ project_name }}
65+
uv venv --python-preference only-system
66+
.venv\Scripts\activate
67+
uv pip install -e src-tauri\src-python
6368
6469
6570
## TODO: Only execute init.py on complete package_type.

0 commit comments

Comments
 (0)