From 6522ebf0cad1723a278144b6c5d8557cd47e52d6 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 30 Dec 2023 00:46:59 -0500 Subject: Implement legacy & modern plugin method calls over WS This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done. --- backend/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backend/pyproject.toml') 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/*"] -- cgit v1.2.3