Skip to content

Commit

Permalink
Simplify package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Aug 27, 2024
1 parent 79d309e commit d92274b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ dependencies = [
"salt-ssh",
"importlib-metadata<5.0",
]
packages = ["src/soluble_core/**", "src/soluble_minion/**"]

[tool.hatch.build.targets.wheel]
packages = ["src/soluble_core", "src/soluble_minion"]
packages = ["src/soluble_core", "src/soluble_minion", "src/soluble_master"]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit d92274b

Please sign in to comment.