diff options
Diffstat (limited to 'setuptools/config/expand.py')
-rw-r--r-- | setuptools/config/expand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/config/expand.py b/setuptools/config/expand.py index cf034d69..9d51a0a8 100644 --- a/setuptools/config/expand.py +++ b/setuptools/config/expand.py @@ -249,7 +249,7 @@ def cmdclass( def find_packages( - *, namespaces=False, root_dir: Optional[_Path] = None, **kwargs + *, namespaces=True, root_dir: Optional[_Path] = None, **kwargs ) -> List[str]: """Works similarly to :func:`setuptools.find_packages`, but with all arguments given as keyword arguments. Moreover, ``where`` can be given |