From 1e37612d757939a1dbfe5203623162254765a2ac Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sat, 16 Dec 2023 14:51:10 -0500 Subject: [PATCH] cahnge toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6b54234..a6e58e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,4 +69,7 @@ dependencies = [ "Documentation" = "https://github.com/cloudmesh/cloudmesh-common" [tool.setuptools.packages.find] +where = ["."] # list of folders that contain the packages (["."] by default) +include = ["cloudmesh"] # package names should match these glob patterns (["*"] by default) exclude = ["deprecated", "deprecated.**", "tests", "tests.*", "examples"] +namespaces = true