Fixed translation mo files packaging.

This commit is contained in:
Éloi Rivard 2022-11-25 21:39:22 +01:00
parent 8c4f270ad6
commit d7e61af4dd
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_, The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.0.14] - xxxx-xx-xx
=====================
Fixed
*****
- Fixed translation mo files packaging.
[0.0.13] - 2022-11-21 [0.0.13] - 2022-11-21
===================== =====================

View file

@ -33,6 +33,7 @@ homepage = "https://canaille.yaal.coop"
documentation = "https://canaille.readthedocs.io/en/latest/" documentation = "https://canaille.readthedocs.io/en/latest/"
repository = "https://gitlab.com/yaal/canaille" repository = "https://gitlab.com/yaal/canaille"
readme = "README.md" readme = "README.md"
include = ["canaille/translations/*/LC_MESSAGES/*.mo"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.7, <4" python = ">=3.7, <4"