Skip to content

Commit

Permalink
explicitly include all submodules;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Sep 30, 2023
1 parent bb77000 commit 9beece9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"

[tools.setuptools]
packages = ["koi_core"]
packages = [
"koi_core",
"koi_core.api",
"koi_core.control",
"koi_core.data",
"koi_core.resources"
]

[project]
name = "koi-core"
Expand Down

0 comments on commit 9beece9

Please sign in to comment.