We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a8c8 commit f03a881Copy full SHA for f03a881
1 file changed
pyproject.toml
@@ -44,6 +44,9 @@ documentation = "https://github.com/microsoftgraph/msgraph-sdk-python/docs"
44
[tool.flit.module]
45
name = "msgraph"
46
47
+[tool.flit.sdist]
48
+exclude = ["msgraph/generated/kiota-dom-export.txt"]
49
+
50
[tool.mypy]
51
warn_unused_configs = true
52
files = "msgraph"
0 commit comments