From a6ae5cf5a01968c0293e9cd93b0ad0c75efec1b1 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Fri, 21 Jun 2024 15:22:04 +0100 Subject: [PATCH] Fix package autodiscovery issue This can prevent users from pip installing kayobe-config if they have extra directories in the root of the repository. I've chosen not to define any packages as there is no python component to this config repository; it just provides a mechanism to install additional dependencies. Change-Id: Id358fb360ff1f9f640404146dcdf64e46b8c099f Closes-Bug: #2070038 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index fda5c64..5a75436 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,3 +12,6 @@ classifier = Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux + +[options] +packages =