Skip to content

Commit c7100b6

Browse files
feat: templates, README, git init, and deploy improvements; Dockerfile & Render.com options
1 parent 008b7c1 commit c7100b6

37 files changed

Lines changed: 1014 additions & 245 deletions

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"rich>=13.0.0",
99
"questionary>=2.0.0",
10+
"jinja2>=3.1.0",
1011
]
1112

1213
[project.scripts]
@@ -27,6 +28,9 @@ dev = [
2728
[tool.hatch.build.targets.wheel]
2829
packages = ["src/create_pywire_app"]
2930

31+
[tool.hatch.build.targets.wheel.shared-data]
32+
"src/create_pywire_app/templates" = "share/create_pywire_app/templates"
33+
3034
[tool.hatch.build.targets.sdist]
3135
include = [
3236
"src/create_pywire_app/**",

0 commit comments

Comments
 (0)