diff --git a/clients/python-wrapper/pyproject.toml b/clients/python-wrapper/pyproject.toml index 7213c16bb2c..b499389272a 100644 --- a/clients/python-wrapper/pyproject.toml +++ b/clients/python-wrapper/pyproject.toml @@ -44,7 +44,7 @@ test = [ Homepage = "https://github.com/treeverse/lakeFS/tree/master/clients/python-wrapper" [tool.setuptools.packages.find] -include = ["lakectl", "lakefs"] +include = ["lakectl", "lakectl.*", "lakefs", "lakefs.*"] [tool.setuptools.package-data] lakefs = ["py.typed"]