Skip to content

Commit 8fd9e24

Browse files
committed
fix: Include mo files in package
1 parent 5ec8fff commit 8fd9e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ build.include = [
6565
build.artifacts = [
6666
"djangocms_text/static/**",
6767
"djangocms_text/contrib/**/static/**",
68+
"djangocms_text/locale/**/*.mo",
6869
"djangocms_text/THIRD_PARTY_LICENSES.txt",
6970
]
7071
version.path = "djangocms_text/__init__.py"

0 commit comments

Comments
 (0)