summaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
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 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 16b3c3a1..04eb40ee 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
package_dir = \
-{'': 'manager'}
+{'': 'python'}
packages = \
['knot_resolver_manager',