Skip to content

Commit

Permalink
explicitly defining packages in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ury committed Jan 24, 2024
1 parent b18bf40 commit 60009a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ source = [
source_pkgs = [
"kawin"
]

[tool.setuptools]
packages = [
"kawin",
"kawin.tests",
"kawin.diffusion",
"kawin.precipitation",
"kawin.precipitation.coupling",
"kawin.precipitation.non_ideal",
"kawin.solver",
"kawin.thermo"
]

0 comments on commit 60009a0

Please sign in to comment.