Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gonsoos
Copy link
Contributor

@gonsoos gonsoos commented Jul 7, 2025

The inclusion of files under qt/aqt is handled by qt/pyproject.toml, not qt/hatch_build.py, which works with the files under out/qt/_aqt.

Excluding qt/aqt/data and all files ending in .ui in qt/pyproject.toml fixes the issue, since the other unwanted files (**/.scss, **/.ts, and */tsconfig) all reside under qt/aqt/data.

Fixes: 04996c7

The inclusion of files under qt/aqt is handled by qt/pyproject.toml,
not qt/hatch_build.py, which works with the files under out/qt/_aqt.

Excluding qt/aqt/data and all files ending in .ui in qt/pyproject.toml
fixes the issue, since the other unwanted files (**/*.scss, **/*.ts, and
**/tsconfig*) all reside under qt/aqt/data.

Fixes: 04996c7
@dae
Copy link
Member

dae commented Jul 7, 2025

Thank you!

@dae dae merged commit 7fe201d into ankitects:main Jul 7, 2025
1 check passed
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.

2 participants