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