Skip to content

chore(main): Exclude kiota-dom-export.txt from builds#1488

Open
Fryguy wants to merge 1 commit into
microsoftgraph:mainfrom
Fryguy:exclude-kiota-dom-export
Open

chore(main): Exclude kiota-dom-export.txt from builds#1488
Fryguy wants to merge 1 commit into
microsoftgraph:mainfrom
Fryguy:exclude-kiota-dom-export

Conversation

@Fryguy
Copy link
Copy Markdown

@Fryguy Fryguy commented May 19, 2026

kiota-dom-export.txt is not needed at runtime and is a very large file (~32MB), contributing to a bloated package.

Fixes #1287

@lramosvea Please review. Note that I hadn't originally created this PR, because I was under the impression that this repository's content was auto-generated as I saw recent PRs from a bot updating these files.

I also wasn't sure if this was a chore or build or something else - let me know if you want it changed.

@Fryguy Fryguy requested a review from a team as a code owner May 19, 2026 18:27
@Fryguy Fryguy force-pushed the exclude-kiota-dom-export branch from 8233b9c to 408ea94 Compare May 19, 2026 18:28
kiota-dom-export.txt is not needed at runtime and is a very large file
(~32MB), contributing to a bloated package.
@Fryguy Fryguy force-pushed the exclude-kiota-dom-export branch from 408ea94 to f03a881 Compare May 19, 2026 18:30
@Fryguy Fryguy changed the title Exclude kiota-dom-export.txt from builds chore(main): Exclude kiota-dom-export.txt from builds May 19, 2026
@ramsessanchez ramsessanchez requested a review from Copilot May 19, 2026 21:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Reduces distribution/package size by excluding a large, non-runtime text artifact (kiota-dom-export.txt) from Flit packaging inputs (per #1287).

Changes:

  • Add Flit sdist exclusion for msgraph/generated/kiota-dom-export.txt

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
Comment on lines +47 to +48
[tool.flit.sdist]
exclude = ["msgraph/generated/kiota-dom-export.txt"]
@Fryguy
Copy link
Copy Markdown
Author

Fryguy commented May 20, 2026

I am not a python expert, so I don't know if Copilot's suggestions make sense. Please advise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

kiota-dom-export.txt is large and included in the released package

2 participants