summarylogtreecommitdiffstats
path: root/aw-core-install-aw-cli.patch
blob: 7ce320a8203447ec9114c37a7c9adc08b5cac3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/pyproject.toml b/pyproject.toml
index c945656..9f14a33 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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" },