diff --git a/stomp.nimble b/stomp.nimble index 02312b9..0376d0a 100644 --- a/stomp.nimble +++ b/stomp.nimble @@ -5,8 +5,7 @@ version = "0.1.1" author = "Mahlon E. Smith " description = "A pure-nim implementation of the STOMP protocol for machine messaging." license = "MIT" -installExt = @["stomp"] -bin = @["stomp"] +installExt = @["nim"] srcDir = "src"