# HG changeset patch # User Mahlon E. Smith # Date 1539028385 25200 # Node ID c302a311cedf96aa58ff531e28c1b162c38d7cb9 # Parent 92923ab3b779302020757020166402aa39e91ebb And furthermore, don't distribute the tests binary. diff -r 92923ab3b779 -r c302a311cedf 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"