This commit is contained in:
John Lancaster
2026-05-30 14:24:09 -05:00
parent c1d15d6e0b
commit 0434a5f3d9
3 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
# questions
project_name:
type: str
help: What is the project name?
repo_name:
type: str
help: What is the repo name?
module_name:
type: str
help: What is your Python module name?
+1 -1
View File
@@ -1,5 +1,5 @@
[project]
name = "{{project_name}}"
name = "{{repo_name}}"
version = "0.1.0"
requires-python = ">=3.12"
View File