diff --git a/pyproject.toml b/pyproject.toml index 2a7177b..ee8b9e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requires = ["setuptools>=67.7.1", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["onelogin"] +packages = {find = {exclude = ["tests*", "docs*"]}} package-dir = {"" = "."} include-package-data = true