Skip to content

Commit 99a9f09

Browse files
committed
Try to include mo artifacts in all builds
1 parent 79c1cf6 commit 99a9f09

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ ensured-targets = [
8686
"nbclassic/static/components/MathJax/MathJax.js",
8787
]
8888
artifacts = [
89+
"nbclassic/i18n/*/LC_MESSAGES/*.mo",
8990
"nbclassic/i18n/*/LC_MESSAGES/nbjs.json",
9091
"nbclassic/static/style/*.min.css*",
9192
"nbclassic/static/*/js/built/",
@@ -166,12 +167,6 @@ exclude = [
166167
ensured-targets = [
167168
"nbclassic/i18n/fr_FR/LC_MESSAGES/nbclassic.mo",
168169
]
169-
artifacts = [
170-
"nbclassic/i18n/*/LC_MESSAGES/*.mo",
171-
]
172-
exclude = [
173-
"nbclassic/i18n/*/LC_MESSAGES/*.po",
174-
]
175170

176171
[tool.hatch.build.targets.wheel.shared-data]
177172
"nbclassic.svg" = "share/icons/hicolor/scalable/apps/nbclassic.svg"

0 commit comments

Comments
 (0)