aboutsummaryrefslogtreecommitdiff
path: root/nimpb.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'nimpb.nimble')
-rw-r--r--nimpb.nimble3
1 files changed, 2 insertions, 1 deletions
diff --git a/nimpb.nimble b/nimpb.nimble
index 80c6acc..7f55df3 100644
--- a/nimpb.nimble
+++ b/nimpb.nimble
@@ -2,6 +2,7 @@ version = "0.1.0"
author = "Oskari Timperi"
description = "protobuf library for Nim"
license = "MIT"
-srcDir = "src"
+
+skipDirs = @["examples", "tests"]
requires "nim >= 0.18.0"