File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
templates/{{ '.' }}/{{ project_name }}/src-tauri/src-python/src/{{ package_name }} Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ project_name:
6
6
help : Project name
7
7
default : pytauri-app
8
8
9
+ package_name :
10
+ type : str
11
+ default : " {{ project_name | replace('-', '_')}}"
12
+ when : false
13
+
9
14
package_type :
10
15
type : str
11
16
help : Package type
@@ -56,10 +61,10 @@ ui_template:
56
61
_message_after_copy : |
57
62
Done. Now run:
58
63
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
63
68
64
69
65
70
# # TODO: Only execute init.py on complete package_type.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments