Skip to content

Commit

Permalink
Fix aw-cli command
Browse files Browse the repository at this point in the history
The aw-cli entry point is part of the wheel, but is non-functional
without the aw_cli package and the click dependency.
  • Loading branch information
carlwgeorge committed Dec 20, 2024
1 parent 6a58ec5 commit 0a64f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ homepage = "https://activitywatch.net/"
repository = "https://github.com/ActivityWatch/aw-core/"
documentation = "https://docs.activitywatch.net/"
packages = [
{ include = "aw_cli" },
{ include = "aw_core" },
{ include = "aw_datastore" },
{ include = "aw_transform" },
Expand All @@ -29,6 +30,7 @@ strict-rfc3339 = "^0.7"
tomlkit = "*"
deprecation = "*"
timeslot = "*"
click = "*"

[tool.poetry.group.dev.dependencies]
mypy = "*"
Expand Down

0 comments on commit 0a64f19

Please sign in to comment.