diff --git a/src/web/pyproject.toml b/src/web/pyproject.toml index 56b3f83d..39285f04 100644 --- a/src/web/pyproject.toml +++ b/src/web/pyproject.toml @@ -52,7 +52,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"} "BL_Python.web" = "BL_Python/web" [tool.setuptools.packages] -find = {namespaces = true} +find = {} [project.scripts] bl-python-scaffold = "BL_Python.web.scaffolding.__main__:scaffold"