From 0f571d9a812d027cb731c852438f6285ec4e83fc Mon Sep 17 00:00:00 2001 From: Ted Spence Date: Sun, 20 Oct 2024 11:13:56 -0700 Subject: [PATCH] Update sdk-config.json (#31) Remove absolute path --- sdk-config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk-config.json b/sdk-config.json index 5ae9dfb..68b728d 100644 --- a/sdk-config.json +++ b/sdk-config.json @@ -36,7 +36,6 @@ "VersionNumberRegex": "version\": \"(.*)\"", "Python": { "ModuleName": "ProjectManagerSdk", - "Folder": "C:\\github\\projectmanager-sdk-python", "ClassName": "ProjectManagerClient", "ResponseClass": "AstroResult", "Namespace": "ProjectManagerSdk", @@ -46,4 +45,4 @@ "AstroError" ] } -} \ No newline at end of file +}