We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58ec5 commit 23a0108Copy full SHA for 23a0108
pyproject.toml
@@ -9,6 +9,7 @@ homepage = "https://activitywatch.net/"
9
repository = "https://github.com/ActivityWatch/aw-core/"
10
documentation = "https://docs.activitywatch.net/"
11
packages = [
12
+ { include = "aw_cli" },
13
{ include = "aw_core" },
14
{ include = "aw_datastore" },
15
{ include = "aw_transform" },
@@ -29,6 +30,7 @@ strict-rfc3339 = "^0.7"
29
30
tomlkit = "*"
31
deprecation = "*"
32
timeslot = "*"
33
+click = "*"
34
35
[tool.poetry.group.dev.dependencies]
36
mypy = "*"
0 commit comments