diff --git a/pyproject.toml b/pyproject.toml index 6e2856c27..40c333165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,3 +123,15 @@ path = "src/crewai/__init__.py" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +exclude = [ +"docs/**", +"docs/", +] + +[tool.hatch.build.targets.sdist] +exclude = [ +"docs/**", +"docs/", +]