summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-06 15:16:54 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commit19fb522ac0e743813bdb60f583f3446eb3f01e18 (patch)
tree3be741cdfbb260f337dcddc81637e3ea737e26bc /pyproject.toml
parentmanager: moved everything out of the directory (diff)
downloadknot-resolver-19fb522ac0e743813bdb60f583f3446eb3f01e18.tar.xz
knot-resolver-19fb522ac0e743813bdb60f583f3446eb3f01e18.zip
manager: reorganizing python modules
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 013b300d..80a21901 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,8 +65,8 @@ breathe = "^4.35.0"
json-schema-for-humans = "^0.47"
[tool.poetry.scripts]
-kresctl = 'knot_resolver_manager.cli.main:main'
-knot-resolver = 'knot_resolver_manager.__main__:run'
+kresctl = 'knot_resolver_manager.client.main:main'
+knot-resolver = 'knot_resolver_manager.manager.__main__:run'
[tool.poe.tasks]
# tasks runed through scripts located in 'scripts/poe-tasks/'