We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae033 commit 2811f07Copy full SHA for 2811f07
pyproject.toml
@@ -4,11 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "appwrite-lab"
7
-version = "0.0.2"
+version = "0.0.3"
8
description = "Zero-click Appwrite test environments."
9
readme = "README.md"
10
requires-python = ">=3.11"
11
dependencies = ["playwright", "typer>=0.16.0", "python-dotenv>=1.1.0"]
12
license = { text = "MIT" }
13
+
14
+[tool.setuptools]
15
+package-data = { "appwrite_lab" = ["templates/**"] }
16
17
[project.scripts]
18
appwrite-lab = "appwrite_lab.cli.entry:app"
0 commit comments