Skip to content

Commit

Permalink
update doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Aug 2, 2024
1 parent ee321d6 commit b796010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# -*- coding: UTF-8 -*-
"""
Name: hatch_build.py
Porpose: Defines code that will be executed at various stages
of the build process, see [tool.hatch.build.hooks.custom] on
pyproject.toml file.
Author: Gianluca Pernigotto <jeanlucperni@gmail.com>
Copyleft - 2024 Gianluca Pernigotto <jeanlucperni@gmail.com>
license: GPL3
Expand Down Expand Up @@ -31,7 +34,8 @@
class VideomassLanguageBuildHook(BuildHookInterface):
"""
Compile the translation files from their PO-format into
their binary representating MO-format using python `babel`.
their binary representating MO-format using python `babel`
pluggin.
"""
def initialize(self, version, build_data):
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pyinstaller = [
"pyinstaller",
]

[tool.hatch.build.hooks.custom] # pluggin to compile langs catalog
[tool.hatch.build.hooks.custom] # see hatch_build.py file
dependencies = [
"babel"
]
Expand Down

0 comments on commit b796010

Please sign in to comment.