summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-15 15:01:24 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commit20553b40218b32c53a218b4691f2d69759cc8ad4 (patch)
tree6cb0aa414ae9766ffade83eb7f67cb5ff1f4df83 /pyproject.toml
parentmanager: reorganizing python modules (diff)
downloadknot-resolver-20553b40218b32c53a218b4691f2d69759cc8ad4.tar.xz
knot-resolver-20553b40218b32c53a218b4691f2d69759cc8ad4.zip
manager: removed nice syntax error on old Python versions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 80a21901..d4a6063a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -66,7 +66,7 @@ json-schema-for-humans = "^0.47"
[tool.poetry.scripts]
kresctl = 'knot_resolver_manager.client.main:main'
-knot-resolver = 'knot_resolver_manager.manager.__main__:run'
+knot-resolver = 'knot_resolver_manager.manager.main:main'
[tool.poe.tasks]
# tasks runed through scripts located in 'scripts/poe-tasks/'