File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ autoimport = "^1.4.0"
6565requires = [" poetry-core" ]
6666build-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 ]
7570relative_files = true
@@ -108,6 +103,10 @@ module = [
108103]
109104ignore_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 ]
112111tbx = ' exasol.toolbox.tools.tbx:CLI'
113112sphinx-multiversion = ' exasol.toolbox.sphinx.multiversion:main'
You can’t perform that action at this time.
0 commit comments