Skip to content

Commit 2811f07

Browse files
committed
fix: to include templates dir
1 parent e3ae033 commit 2811f07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "appwrite-lab"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "Zero-click Appwrite test environments."
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = ["playwright", "typer>=0.16.0", "python-dotenv>=1.1.0"]
1212
license = { text = "MIT" }
13+
14+
[tool.setuptools]
15+
package-data = { "appwrite_lab" = ["templates/**"] }
16+
1317
[project.scripts]
1418
appwrite-lab = "appwrite_lab.cli.entry:app"

0 commit comments

Comments
 (0)