blob: d2082695dc687f7fbefe30b073a07ad984e8c07b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/pyproject.toml b/pyproject.toml
index 3718a8b..bb28200 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ version = "0.12.0"
description = "Server for ActivityWatch"
authors = ["Erik Bjäreholt <erik@bjareho.lt>"]
license = "MPL-2.0"
-include = ["aw_server/static/*"]
+include = [{ path = "aw_server/static/**", format = ["sdist", "wheel"] }]
[tool.poetry.scripts]
aw-server = "aw_server:main"
|