Skip to content

Commit

Permalink
fix: adds folders as modules in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Aug 28, 2023
1 parent 9563ea7 commit b43ac59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description = "APIS Instance Coladay"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
packages = [
{ include = "apis-instance-coladay-prod", from="." },
{ include = "browsing"},
{ include = "webpage"},
{ include = "settings" },
{ include = "apis"}
]


Expand Down

0 comments on commit b43ac59

Please sign in to comment.