Skip to content

Commit 4fd7e04

Browse files
committed
fix(nimble): cannot nimble install
1 parent a6a1ef8 commit 4fd7e04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

npython.nimble

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ asgnVer() # declarative parser of nimble requires version to be literals
77
author = "Weitang Li (liwt), lit (litlighilit)"
88
description = "Python interpreter implemented in Nim, supporting JS backends"
99
license = "MIT"
10-
srcDir = "Python"
10+
srcDir = "."
11+
skipDirs = @["tests"]
1112
binDir = "bin"
1213

13-
let srcName = "python"
14+
let srcName = "Python/python"
1415
namedBin[srcName] = "npython"
1516

1617
requires "nim >= 1.6.14" # 2.* (at least till 2.3.1) is okey, too.

0 commit comments

Comments
 (0)