Skip to content

Commit 688d011

Browse files
authored
Add MSI package data (#1271)
* Add MSI package data * Add news * Rename file * Fix PR number in news
1 parent 5d0ef0c commit 688d011

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Enhancements
2+
3+
* <news item>
4+
5+
### Bug fixes
6+
7+
* Include the `briefcase/` batch templates in the packaged distribution so MSI installer builds work from an installed `constructor` (previously `run_installation.bat` and `pre_uninstall.bat` were missing from `site-packages`). (#1271)
8+
9+
### Deprecations
10+
11+
* <news item>
12+
13+
### Docs
14+
15+
* <news item>
16+
17+
### Other
18+
19+
* <news item>

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ constructor = [
4444
"nsis/*",
4545
"osx/*",
4646
"ttf/*",
47+
"briefcase/*",
4748
]
4849

4950
[tool.ruff]

0 commit comments

Comments
 (0)