And furthermore, don't distribute the tests binary.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:53:05 -0700
changeset 11 c302a311cedf
parent 10 92923ab3b779
child 12 959dc81335c9
And furthermore, don't distribute the tests binary.
tnetstring.nimble
--- a/tnetstring.nimble	Mon Oct 08 10:27:05 2018 -0700
+++ b/tnetstring.nimble	Mon Oct 08 12:53:05 2018 -0700
@@ -6,7 +6,6 @@
 description   = "Parsing and serializing for the TNetstring format."
 license       = "MIT"
 installExt    = @["nim"]
-bin           = @["tnetstring"]
 srcDir        = "src"