Skip to content

Commit a589a8a

Browse files
committed
feat(docs): update usage section
1 parent 074192d commit a589a8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/usage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The plugin can be configured through the `pyproject.toml` file. Configure plugin
99
[tool.hatch.build.hooks.reqstool]
1010
dependencies = ["reqstool-python-hatch-plugin == <version>"]
1111
sources = ["src", "tests"]
12-
junit_xml_file = "build/junit.xml"
13-
dataset_path = "docs/reqstool"
12+
test_results = "build/junit.xml"
13+
dataset_directory = "docs/reqstool"
1414
output_directory = "build/reqstool"
1515
```
1616
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

Comments
 (0)