diff --git a/.gitignore b/.gitignore index 8af35dd..ba349fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _build .*cache +dist diff --git a/pyproject.toml b/pyproject.toml index 727e1e3..82e897c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "Documentation for ActivityWatch" authors = ["Erik Bjäreholt ", "Johan Bjäreholt "] license = "MPL-2.0" +packages = [{ include = "src/" }] [tool.poetry.dependencies] python = "^3.7"