aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-04-28 12:52:08 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-04-28 17:09:56 -0500
commit76d9be756a540272cc7a910eb0730297643276f7 (patch)
tree0feb99e525fde4ce9b874942f96dc6a998867de5 /nimterop.nimble
parent2060c8964d6960808b86f767ea3949da9b3341e6 (diff)
downloadnimterop-nimcfg.tar.gz
nimterop-nimcfg.zip
Fix mode, toast output dirnimcfg
Diffstat (limited to 'nimterop.nimble')
-rw-r--r--nimterop.nimble1
1 files changed, 0 insertions, 1 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index e520c71..caaaf90 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -7,7 +7,6 @@ license = "MIT"
bin = @["nimterop/toast"]
installDirs = @["nimterop"]
-installFiles = @["config.nims"]
# Dependencies
requires "nim >= 0.20.2", "regex >= 0.14.1", "cligen >= 0.9.45"