Skip to content

Commit

Permalink
simplify package
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Aug 27, 2024
1 parent d92274b commit c9b9bc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ dependencies = [
]

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

[project.optional-dependencies]
test = [
Expand Down
Empty file added tests/soluble/test_master.py
Empty file.
Empty file added tests/soluble/test_minion.py
Empty file.

0 comments on commit c9b9bc2

Please sign in to comment.