diff --git a/compiler.nimble b/compiler.nimble index d949aa7547..2a528ea8bf 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -5,7 +5,7 @@ author = "Andreas Rumpf" description = "Compiler package providing the compiler sources as a library." license = "MIT" -InstallDirs = "doc, compiler" +InstallDirs = "compiler" [Deps] Requires: "nim >= 0.14.0"