Compare commits
1 Commits
c1d15d6e0b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0434a5f3d9 |
@@ -1,8 +1,11 @@
|
|||||||
# questions
|
|
||||||
project_name:
|
project_name:
|
||||||
type: str
|
type: str
|
||||||
help: What is the project name?
|
help: What is the project name?
|
||||||
|
|
||||||
|
repo_name:
|
||||||
|
type: str
|
||||||
|
help: What is the repo name?
|
||||||
|
|
||||||
module_name:
|
module_name:
|
||||||
type: str
|
type: str
|
||||||
help: What is your Python module name?
|
help: What is your Python module name?
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "{{project_name}}"
|
name = "{{repo_name}}"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user