We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1cf6 commit 99a9f09Copy full SHA for 99a9f09
pyproject.toml
@@ -86,6 +86,7 @@ ensured-targets = [
86
"nbclassic/static/components/MathJax/MathJax.js",
87
]
88
artifacts = [
89
+ "nbclassic/i18n/*/LC_MESSAGES/*.mo",
90
"nbclassic/i18n/*/LC_MESSAGES/nbjs.json",
91
"nbclassic/static/style/*.min.css*",
92
"nbclassic/static/*/js/built/",
@@ -166,12 +167,6 @@ exclude = [
166
167
ensured-targets = [
168
"nbclassic/i18n/fr_FR/LC_MESSAGES/nbclassic.mo",
169
-artifacts = [
170
- "nbclassic/i18n/*/LC_MESSAGES/*.mo",
171
-]
172
-exclude = [
173
- "nbclassic/i18n/*/LC_MESSAGES/*.po",
174
175
176
[tool.hatch.build.targets.wheel.shared-data]
177
"nbclassic.svg" = "share/icons/hicolor/scalable/apps/nbclassic.svg"
0 commit comments