Skip to content

Commit 6e9b675

Browse files
committed
fix(build): include mo files
1 parent cfaadf6 commit 6e9b675

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
@@ -159,6 +159,11 @@ encoding = "utf-8"
159159
[tool.hatch.version]
160160
path = "invenio_communities/__init__.py"
161161

162+
[tool.hatch.build]
163+
artifacts = [
164+
"*.mo",
165+
]
166+
162167
[tool.hatch.build.targets.sdist]
163168
include = [
164169
"/invenio_communities",

0 commit comments

Comments
 (0)