Skip to content

Commit 46b48d0

Browse files
committed
fix: clean-up project meta data to fix publishing issues
- properly reference ansible-core needs - fix use of only-include to stop including multiple copies of the - same files
1 parent 09a82a0 commit 46b48d0

File tree

2 files changed

+208
-15
lines changed

2 files changed

+208
-15
lines changed

unix/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.10,<=3.14"
1010
dependencies = [
1111
"ansible-runner==2.4.2",
12-
"ansible>=2.12",
12+
"ansible-core>=2.12",
1313
"pluginbase",
1414
]
1515

@@ -41,7 +41,7 @@ build-backend = "hatchling.build"
4141
source = "uv-dynamic-versioning"
4242

4343
[tool.hatch.build.targets.wheel]
44-
only-include = ["src/machine_stats", "src/machine_stats/plugins", "src/machine_stats/modules"]
44+
only-include = ["src/machine_stats"]
4545
ignore = ["flake.*"]
4646

4747
[tool.hatch.build.targets.wheel.sources]

0 commit comments

Comments
 (0)