From e690953b82c7488b6d83686a6563f35ded6c2c26 Mon Sep 17 00:00:00 2001 From: Thomas Kairos Date: Wed, 11 Oct 2023 11:43:36 +0200 Subject: [PATCH] Update 'pyproject.toml' remove instance --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ff5aed..d1bbcea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ include-package-data = true [tool.setuptools.packages.find] where = ["."] -include = ["aircox*", "instance"] -exclude = ["aircox*.tests*", "instance.settings.settings"] +include = ["aircox*",] +exclude = ["aircox*.tests*",] namespaces = false [tool.setuptools.dynamic]