Skip to content

Commit 7f82ae1

Browse files
authored
Umar/7650 templates directory not included in wheel packages for mail module (#280)
* added templates directory in mail app build * added changelogs for mail app fix
1 parent 35c3dc5 commit 7f82ae1

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
<!--
15+
### Added
16+
17+
- A bullet item for the Added category.
18+
19+
-->
20+
<!--
21+
### Changed
22+
23+
- A bullet item for the Changed category.
24+
25+
-->
26+
<!--
27+
### Deprecated
28+
29+
- A bullet item for the Deprecated category.
30+
31+
-->
32+
### Fixed
33+
34+
- Added templates directory in mail app build
35+
36+
<!--
37+
### Security
38+
39+
- A bullet item for the Security category.
40+
41+
-->

src/mail/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ include = ["CHANGELOG.md", "README.md", "py.typed", "**/*.py", "**/templates/**/
3737
exclude = ["BUILD", "pyproject.toml"]
3838

3939
[tool.hatch.build.targets.wheel]
40-
include = ["CHANGELOG.md", "README.md", "py.typed", "**/*.py"]
40+
include = ["CHANGELOG.md", "README.md", "py.typed", "**/*.py", "**/templates/**/*"]
4141
exclude = ["BUILD", "pyproject.toml"]

0 commit comments

Comments
 (0)