We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a82a0 commit ff505aeCopy full SHA for ff505ae
unix/pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
requires-python = ">=3.10,<=3.14"
10
dependencies = [
11
"ansible-runner==2.4.2",
12
- "ansible>=2.12",
+ "ansible-core>=2.12",
13
"pluginbase",
14
]
15
@@ -41,7 +41,7 @@ build-backend = "hatchling.build"
41
source = "uv-dynamic-versioning"
42
43
[tool.hatch.build.targets.wheel]
44
-only-include = ["src/machine_stats", "src/machine_stats/plugins", "src/machine_stats/modules"]
+only-include = ["src/machine_stats"]
45
ignore = ["flake.*"]
46
47
[tool.hatch.build.targets.wheel.sources]
0 commit comments