From dba96972b1e4d37394a464eb5d6783c4db0e90e8 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 4 Mar 2025 15:19:47 -0500 Subject: [PATCH] tidy module setup --- sdk/python/sdk/zrok/setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/python/sdk/zrok/setup.cfg b/sdk/python/sdk/zrok/setup.cfg index 2194d4d2..0ac10e83 100644 --- a/sdk/python/sdk/zrok/setup.cfg +++ b/sdk/python/sdk/zrok/setup.cfg @@ -13,9 +13,9 @@ project_urls = Discussion = https://openziti.discourse.group/ [options] -package_dir = - = . -packages = find: +package_dir = # this is a dict definition meaning there's no special mapping, and + "" = . # continues on this line to specify finding packages in the current directory +packages = find: # include all packages found [options.packages.find] where = .