Skip to content

Commit

Permalink
fix: added src as package to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jul 29, 2020
1 parent a449865 commit 65b8406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_build
.*cache
dist
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = "Documentation for ActivityWatch"
authors = ["Erik Bjäreholt <erik@bjareho.lt>", "Johan Bjäreholt <johan@bjareho.lt>"]
license = "MPL-2.0"
packages = [{ include = "src/" }]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 65b8406

Please sign in to comment.