From 99de2c8062aefd4f710919626ae1e2f783f8e121 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Tue, 22 May 2018 20:42:14 +0100 Subject: [PATCH] Update .nimble so install directory matches --- eth_rpc.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_rpc.nimble b/eth_rpc.nimble index de66dba..71a35dd 100644 --- a/eth_rpc.nimble +++ b/eth_rpc.nimble @@ -3,7 +3,7 @@ version = "0.0.1" author = "Status Research & Development GmbH" description = "Ethereum remote procedure calls" license = "Apache License 2.0" -srcDir = "src" +skipDirs = @["tests"] ### Dependencies requires "nim >= 0.17.3",