From 1d887ec411792ba3d425dce39ffd81d97d293493 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 11 Jul 2025 18:29:38 +0200 Subject: [PATCH] Fix load_launcher_manifest() not finding the manifest file In #4963 load_launcher_manifest() was moved to a different directory, but the "launcher manifest.xml" file it references wasn't, leading to FileNotFoundError being raised when used. Move the manifest file to the new location. --- setuptools/{command => }/launcher manifest.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename setuptools/{command => }/launcher manifest.xml (100%) diff --git a/setuptools/command/launcher manifest.xml b/setuptools/launcher manifest.xml similarity index 100% rename from setuptools/command/launcher manifest.xml rename to setuptools/launcher manifest.xml