Skip to content

Commit c77db61

Browse files
committed
Fix double definition in pyproject.toml
1 parent 40ae141 commit c77db61

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ autoimport = "^1.4.0"
6565
requires = ["poetry-core"]
6666
build-backend = "poetry.core.masonry.api"
6767

68-
69-
[tool.poetry.plugins."console_scripts"]
70-
"sphinx-multiversion" = "exasol.toolbox.sphinx.multiversion.main:main"
71-
"version-check" = "exasol.toolbox.pre_commit_hooks.package_version:main"
72-
7368
# Tooling
7469
[tool.coverage.run]
7570
relative_files = true
@@ -108,6 +103,10 @@ module = [
108103
]
109104
ignore_errors = true
110105

106+
[tool.poetry.plugins."console_scripts"]
107+
"version-check" = "exasol.toolbox.pre_commit_hooks.package_version:main"
108+
109+
111110
[tool.poetry.scripts]
112111
tbx = 'exasol.toolbox.tools.tbx:CLI'
113112
sphinx-multiversion = 'exasol.toolbox.sphinx.multiversion:main'

0 commit comments

Comments
 (0)