We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nimble install
1 parent a6a1ef8 commit 4fd7e04Copy full SHA for 4fd7e04
npython.nimble
@@ -7,10 +7,11 @@ asgnVer() # declarative parser of nimble requires version to be literals
7
author = "Weitang Li (liwt), lit (litlighilit)"
8
description = "Python interpreter implemented in Nim, supporting JS backends"
9
license = "MIT"
10
-srcDir = "Python"
+srcDir = "."
11
+skipDirs = @["tests"]
12
binDir = "bin"
13
-let srcName = "python"
14
+let srcName = "Python/python"
15
namedBin[srcName] = "npython"
16
17
requires "nim >= 1.6.14" # 2.* (at least till 2.3.1) is okey, too.
0 commit comments