diff --git a/rlp.nimble b/rlp.nimble index 7069f5e..125eb6c 100644 --- a/rlp.nimble +++ b/rlp.nimble @@ -7,6 +7,8 @@ description = "RLP serialization library for Nim" license = "Apache License 2.0" skipDirs = @["tests"] bin = @["rlp/bin/rlp_inspect"] +# avoid being considered a binary-only package: https://github.com/nim-lang/nimble/blob/66d79bf9a0970542351988fa31f487a1e70144f7/src/nimblepkg/packageparser.nim#L280 +installExt = @["nim"] requires "nim >= 0.17.0", "ranges"