From 7b90e4d93d596125ab9fe9eff3fb19f1c0766dd4 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Tue, 14 May 2024 22:54:07 +0200 Subject: [PATCH] No namespaces --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f79b387..97d8e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ docs = [ include-package-data = true [tool.setuptools.packages] -find = {} +find = { namespaces = false } [tool.mypy] # Silence errors about Python 3.9-style delayed type annotations on Python 3.8