summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-06 11:07:53 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commit414e174505149a9e7731fa0fd7b3911158bff60f (patch)
treedb1ce714e5f528dab91fce19c0c70395af4a4641 /pyproject.toml
parentMerge !1594: modules/workarounds: fix module initialization (diff)
downloadknot-resolver-414e174505149a9e7731fa0fd7b3911158bff60f.tar.xz
knot-resolver-414e174505149a9e7731fa0fd7b3911158bff60f.zip
manager: moved everything out of the directory
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 2a4bedf2..013b300d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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 = "manager"}
+ {include = "knot_resolver_manager", from = "python"}
]
# See currently open issue about building C extensions here: