Skip to content

Commit 62ff68f

Browse files
committed
pyproject: It's tool.zest-releaser, not tools.zest-releaser.
https://zestreleaser.readthedocs.io/en/latest/options.html
1 parent 7081130 commit 62ff68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ test = [
6565
[tool.setuptools.dynamic]
6666
version = {attr = "greenlet.__version__"}
6767

68-
[tools.zest-releaser]
68+
[tool.zest-releaser]
6969
python-file-with-version = "src/greenlet/__init__.py"
7070
create-wheel = false

0 commit comments

Comments
 (0)