Skip to content

Commit

Permalink
Include .mo files
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 14, 2023
1 parent 01f9eed commit 0792c15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ target_version = ["py37"]
[tool.hatch]
version.source = "vcs"

[tool.hatch.build]
include = [
"src/humanize/locale/**/*.mo",
]

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"

Expand Down

0 comments on commit 0792c15

Please sign in to comment.