From 093829a66ab5b234f3488b24617b5c8fc7ca073e Mon Sep 17 00:00:00 2001 From: tmaeno Date: Wed, 24 Jan 2024 16:51:27 +0100 Subject: [PATCH] PEP517 --- pyproject.toml | 1 + templates/{ => bin}/panda_server-makeSlsXml.exe.template | 0 templates/{ => bin}/panda_server-vomsrenew.exe.template | 0 3 files changed, 1 insertion(+) rename templates/{ => bin}/panda_server-makeSlsXml.exe.template (100%) rename templates/{ => bin}/panda_server-vomsrenew.exe.template (100%) diff --git a/pyproject.toml b/pyproject.toml index b60bd004c..cb662edb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ packages = ["pandaserver"] [tool.hatch.build.targets.wheel.shared-data] "templates" = "etc/panda" +"templates/bin" = "usr/bin" "templates/init.d" = "etc/rc.d/init.d" "templates/systemd" = "etc/systemd/system" diff --git a/templates/panda_server-makeSlsXml.exe.template b/templates/bin/panda_server-makeSlsXml.exe.template similarity index 100% rename from templates/panda_server-makeSlsXml.exe.template rename to templates/bin/panda_server-makeSlsXml.exe.template diff --git a/templates/panda_server-vomsrenew.exe.template b/templates/bin/panda_server-vomsrenew.exe.template similarity index 100% rename from templates/panda_server-vomsrenew.exe.template rename to templates/bin/panda_server-vomsrenew.exe.template