summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-26 18:20:21 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commit79af7dea85687fb399ff4654c87876e84451d63d (patch)
treede1f1f0d6c98f365a0766504a5f87c5990f17980 /pyproject.toml
parentpython: datamodel module moved out of manager module (diff)
downloadknot-resolver-79af7dea85687fb399ff4654c87876e84451d63d.tar.xz
knot-resolver-79af7dea85687fb399ff4654c87876e84451d63d.zip
python: knot_resolver_manager module renamed to knot_resolver
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d4a6063a..da8485c4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[tool.poetry]
-name = "knot-resolver-manager"
+name = "knot-resolver"
version = "6.0.8"
description = "Knot Resolver Manager - a Python program that automatically manages the other components of the resolver"
license = "GPL-3.0-or-later"
@@ -16,7 +16,7 @@ repository = "https://gitlab.nic.cz/knot/knot-resolver"
documentation = "https://www.knot-resolver.cz/documentation"
packages = [
- {include = "knot_resolver_manager", from = "python"}
+ {include = "knot_resolver", from = "python"}
]
# See currently open issue about building C extensions here:
@@ -65,8 +65,8 @@ breathe = "^4.35.0"
json-schema-for-humans = "^0.47"
[tool.poetry.scripts]
-kresctl = 'knot_resolver_manager.client.main:main'
-knot-resolver = 'knot_resolver_manager.manager.main:main'
+kresctl = 'knot_resolver.client.main:main'
+knot-resolver = 'knot_resolver.manager.main:main'
[tool.poe.tasks]
# tasks runed through scripts located in 'scripts/poe-tasks/'