summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 0d5b65b0..a5474e6a 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -8,7 +8,10 @@ packages = [
{include = "decky_loader"},
{include = "decky_loader/main.py"}
]
-include = ["decky_loader/static/*"]
+include = [
+ "decky_loader/locales/*",
+ "decky_loader/static/*"
+]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"