diff --git a/pyproject.toml b/pyproject.toml index 70daec280..d9ac904ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,9 +48,9 @@ dirty_template = "{tag}" [tool.setuptools.packages.find] where = ["."] # list of folders that contain the packages (["."] by default) -include = ["*"] # package names should match these glob patterns (["*"] by default) +include = ["regolith*"] # package names should match these glob patterns (["*"] by default) exclude = [] # exclude packages matching these glob patterns (empty by default) -namespaces = false # to disable scanning PEP 420 namespaces (true by default) +namespaces = true # to disable scanning PEP 420 namespaces (true by default) [tool.setuptools.package-data] regolith = ["templates/*",