Skip to content

Commit

Permalink
Explicitly list submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Jan 12, 2024
1 parent aba81d9 commit dee420e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ mergekit-layershuffle = "mergekit.scripts.layershuffle:main"
bakllama = "mergekit.scripts.bakllama:main"

[tool.setuptools]
packages = ["mergekit"]
packages = [
"mergekit",
"mergekit.io",
"mergekit.merge_methods",
"mergekit.scripts",
]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit dee420e

Please sign in to comment.