Skip to content

Commit 3c612bc

Browse files
committed
fix(build): include mo files
1 parent fb12994 commit 3c612bc

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
@@ -104,6 +104,11 @@ encoding = "utf-8"
104104
[tool.hatch.version]
105105
path = "invenio_userprofiles/__init__.py"
106106

107+
[tool.hatch.build]
108+
artifacts = [
109+
"*.mo",
110+
]
111+
107112
[tool.hatch.build.targets.sdist]
108113
include = [
109114
"/invenio_userprofiles",

0 commit comments

Comments
 (0)