From a7f9b24d97e3dd77747cfa14a4a845a38a519f4e Mon Sep 17 00:00:00 2001 From: BentouDev Date: Sun, 11 Feb 2024 15:31:01 +0100 Subject: [PATCH] Update conanfile so it exports correct files --- conanfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 8b7f4fa..afd52c0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -24,8 +24,7 @@ class AgnesConan(ConanFile): python_requires_extend = "zetsubougen.ZetsubouBase" exports_sources = [ - "configurations/*", - "platform/*", + "config/*", "Source/*", "build_tools.ini", "dependencies.ini",