Skip to content

Commit ae303ee

Browse files
committed
fix(build): include mo files
1 parent 676a14d commit ae303ee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ encoding = "utf-8"
119119
[tool.hatch.version]
120120
path = "invenio_administration/__init__.py"
121121

122+
[tool.hatch.build]
123+
artifacts = [
124+
"*.mo",
125+
]
126+
122127
[tool.hatch.build.targets.sdist]
123128
include = [
124129
"/invenio_administration",

0 commit comments

Comments
 (0)