diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-06 11:07:53 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-07 00:28:31 +0200 |
commit | 414e174505149a9e7731fa0fd7b3911158bff60f (patch) | |
tree | db1ce714e5f528dab91fce19c0c70395af4a4641 /pyproject.toml | |
parent | Merge !1594: modules/workarounds: fix module initialization (diff) | |
download | knot-resolver-414e174505149a9e7731fa0fd7b3911158bff60f.tar.xz knot-resolver-414e174505149a9e7731fa0fd7b3911158bff60f.zip |
manager: moved everything out of the directory
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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: |