Skip to content

Commit 85cbf2f

Browse files
committed
fix: pyproject module finding
1 parent 800da9d commit 85cbf2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ dependencies = ["playwright", "typer>=0.16.0", "python-dotenv>=1.1.0"]
1212
license = "MIT"
1313

1414
[tool.setuptools]
15-
packages = ["appwrite_lab"]
16-
package-data = { "appwrite_lab" = ["templates/**"] }
15+
packages = { find = { where = ["."] } }
1716

1817
[project.scripts]
1918
appwrite-lab = "appwrite_lab.cli.entry:app"
20-
awlab = "appwrite_lab.cli.entry:app"
19+
awlab = "appwrite_lab.cli.entry:app"

0 commit comments

Comments
 (0)