Skip to content

Commit df76a77

Browse files
committed
fix: removed MANIFEST.in (replaced with pyproject.toml include)
1 parent 286db4f commit df76a77

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.12.0"
44
description = "Server for ActivityWatch"
55
authors = ["Erik Bjäreholt <[email protected]>"]
66
license = "MPL-2.0"
7+
include = ["aw_server/static/*"]
78

89
[tool.poetry.scripts]
910
aw-server = "aw_server:main"

0 commit comments

Comments
 (0)