Skip to content

Commit 2cc768f

Browse files
author
Jimisola Laursen
committed
docs: use lowercase reqstool consistently
Signed-off-by: jimisola <jimisola@jimisola.com>
1 parent 32a9fe8 commit 2cc768f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Reqstool Python Hatch Plugin
1+
= reqstool Python Hatch Plugin
22

33
This Hatch build hook generates annotations and assembles reqstool data during `hatch build`. It collects decorated code using https://github.com/reqstool/reqstool-python-decorators[reqstool-python-decorators] and packages everything for consumption by the reqstool CLI.
44

docs/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The plugin integrates into the Hatch build process:
4141
2. The build hook scans `sources` directories for decorated code
4242
3. An `annotations.yml` is generated in the `output_directory`
4343
4. A `reqstool_config.yml` is created with paths for the package structure
44-
5. Reqstool data is included in the built sdist/wheel package
44+
5. reqstool data is included in the built sdist/wheel package

0 commit comments

Comments
 (0)