From 2b41eb4746545dab26deb80ade5e93538f517fad Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 4 Dec 2023 19:08:12 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 406b08d..ebb954b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,5 +81,5 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["."] -include = ["sklarpy"] +include = ["sklarpy*"] namespaces = false