diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-31 09:51:24 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-31 09:52:04 -0300 |
commit | c2c0192561bc50c4c774e42642074e11bee1b1b6 (patch) | |
tree | 1412a59f2966aa4125c9022c12596904f8bd7c89 /pyproject.toml | |
parent | 10d04e65085712fe9206c08ac9600109a4bcfc8e (diff) | |
download | kodereviewer-c2c0192561bc50c4c774e42642074e11bee1b1b6.tar.gz |
Add translations
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9f8a0d3..657ab63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,21 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["kodereviewer/"] +[tool.hatch.build.targets.sdist] +include = [ + 'kodereviewer/', + 'share/' +] +exclude = [ + '.jj/' +] + + + [options.data_files] "share/applications" = "org.deprecated.kodereviewer.desktop" "share/icons/hicolor/scalable/apps" = "org.deprecated.kodereviewer.svg" +"share/locales/es/LC_MESSAGES/" = "po/es.mo" [project.scripts] kodereviewer = "kodereviewer.app:main" |