We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074192d commit a589a8aCopy full SHA for a589a8a
1 file changed
docs/modules/ROOT/pages/usage.adoc
@@ -9,8 +9,8 @@ The plugin can be configured through the `pyproject.toml` file. Configure plugin
9
[tool.hatch.build.hooks.reqstool]
10
dependencies = ["reqstool-python-hatch-plugin == <version>"]
11
sources = ["src", "tests"]
12
-junit_xml_file = "build/junit.xml"
13
-dataset_path = "docs/reqstool"
+test_results = "build/junit.xml"
+dataset_directory = "docs/reqstool"
14
output_directory = "build/reqstool"
15
```
16
It specifies that the reqstool-python-hatch-plugin is a dependency for the build process, and it should be of a specific version.
0 commit comments