summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 9fbd2389..5c8ef169 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -6,8 +6,7 @@ license = "GPLv2"
authors = []
packages = [
{include = "decky_loader"},
- {include = "decky_plugin.py"},
- {include = "decky_plugin.pyi"},
+ {include = "decky_loader/main.py"}
]
include = ["decky_loader/static/*"]