diff --git a/nicp_cdk.nimble b/nicp_cdk.nimble index 4a63730..64bd080 100644 --- a/nicp_cdk.nimble +++ b/nicp_cdk.nimble @@ -5,10 +5,8 @@ author = "@dumblepytech1 as 'medy'" description = "Internet Computer CDK for Nim" license = "MIT" srcDir = "src" -installDirs = @["src"] bin = @["cli/nicp", "cli/ndfx"] backend = "c" -skipDirs = @["c_headers"] binDir = "src/bin"