Skip to content

Commit f03a881

Browse files
committed
chore: Exclude kiota-dom-export.txt from builds
kiota-dom-export.txt is not needed at runtime and is a very large file (~32MB), contributing to a bloated package.
1 parent 9d3a8c8 commit f03a881

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ documentation = "https://github.com/microsoftgraph/msgraph-sdk-python/docs"
4444
[tool.flit.module]
4545
name = "msgraph"
4646

47+
[tool.flit.sdist]
48+
exclude = ["msgraph/generated/kiota-dom-export.txt"]
49+
4750
[tool.mypy]
4851
warn_unused_configs = true
4952
files = "msgraph"

0 commit comments

Comments
 (0)