diff --git a/pyproject.toml b/pyproject.toml index 86fdae293f..2d796f1a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,9 @@ documentation = "https://github.com/microsoftgraph/msgraph-sdk-python/docs" [tool.flit.module] name = "msgraph" +[tool.flit.sdist] +exclude = ["msgraph/generated/kiota-dom-export.txt"] + [tool.mypy] warn_unused_configs = true files = "msgraph"