Skip to content

Commit 2023b48

Browse files
committed
Include .mo files
1 parent 39288c1 commit 2023b48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ target_version = ["py37"]
6262
[tool.hatch]
6363
version.source = "vcs"
6464

65+
[tool.hatch.build]
66+
include = [
67+
"src/humanize/locale/**/*.mo",
68+
]
69+
6570
[tool.hatch.version.raw-options]
6671
local_scheme = "no-local-version"
6772

0 commit comments

Comments
 (0)