Commit 1d8d5a6
fix: include Jinja2 templates in wheel via package-data (#486)
The templates/ directories have no __init__.py so setuptools
packages.find omits them. Add package-data glob to include all
.j2 files under nemo_run.
Signed-off-by: oliver könig <okoenig@nvidia.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ca9ecbd commit 1d8d5a6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments