Skip to content

Commit 23a0108

Browse files
authored
build: fix inclusion of aw-cli command and click dep (#127)
The aw-cli entry point is part of the wheel, but is non-functional without the aw_cli package and the click dependency.
1 parent 6a58ec5 commit 23a0108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage = "https://activitywatch.net/"
99
repository = "https://github.com/ActivityWatch/aw-core/"
1010
documentation = "https://docs.activitywatch.net/"
1111
packages = [
12+
{ include = "aw_cli" },
1213
{ include = "aw_core" },
1314
{ include = "aw_datastore" },
1415
{ include = "aw_transform" },
@@ -29,6 +30,7 @@ strict-rfc3339 = "^0.7"
2930
tomlkit = "*"
3031
deprecation = "*"
3132
timeslot = "*"
33+
click = "*"
3234

3335
[tool.poetry.group.dev.dependencies]
3436
mypy = "*"

0 commit comments

Comments
 (0)