Skip to content

Commit b684ef2

Browse files
authored
fix: Update decorators version and documentation (#11)
1 parent 6328798 commit b684ef2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ The plugin can be configured through the `pyproject.toml` file. Configure plugin
3535

3636
```
3737
[tool.hatch.build.targets.wheel.hooks.decorators]
38-
dependencies = ["reqstool-hatch-plugin == <version>"]
38+
dependencies = ["reqstool-python-hatch-plugin == <version>"]
3939
path = ["src","tests"]
4040
4141
```
42-
It specifies that the reqstool-hatch-plugin is a dependency for the build process, and it should be of a specific version.
42+
It specifies that the reqstool-python-hatch-plugin is a dependency for the build process, and it should be of a specific version.
4343

4444
Further it defines the paths where the plugin should be applied. In this case, it specifies that the plugin should be applied to files in the src and tests directories.

docs/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies = ["reqstool-python-hatch-plugin == <version>"]
1111
path = ["src","tests"]
1212

1313
```
14-
It specifies that the reqstool-hatch-plugin is a dependency for the build process, and it should be of a specific version.
14+
It specifies that the reqstool-python-hatch-plugin is a dependency for the build process, and it should be of a specific version.
1515

1616
Further it defines the paths where the plugin should be applied. In this case, it specifies that the plugin should be applied to files in the src and tests directories.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
requires-python = ">=3.10"
3232

3333
dependencies = [
34-
"reqstool-python-decorators == 0.0.3",
34+
"reqstool-python-decorators == 0.0.4",
3535
"ruamel.yaml==0.18.6",
3636
"hatchling>=1.20.0",
3737
]

0 commit comments

Comments
 (0)