diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/project.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux index f69567703..b9b95ff62 100644 --- a/lux-python/project.lux +++ b/lux-python/project.lux @@ -17,7 +17,8 @@ "lux" ["com.github.luxlang" "lux-jvm" "0.7.0-SNAPSHOT" "jar"] "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"] - ["org.python" "jython-standalone" "2.7.2" "jar"] - ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]] + ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"] + + ["org.python" "jython-standalone" "2.7.2" "jar"]] "program" "program"]] |