aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/project.lux')
-rw-r--r--lux-python/project.lux14
1 files changed, 11 insertions, 3 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux
index 4c0b4dfa4..9a3b08fa9 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -1,5 +1,13 @@
[""
- ["identity" ["com.github.luxlang" "lux-python" "0.6.0"]
+ ["identity" ["com.github.luxlang" "lux-python" "0.6.2"]
+ "description" "A Python compiler for Lux."
+ "info" ["url" "https://github.com/LuxLang/lux"
+ "scm" "https://github.com/LuxLang/lux.git"
+ "licenses" [["name" "Lux License v0.1.2"
+ "url" "https://github.com/LuxLang/lux/blob/master/license.txt"
+ "type" "repo"]]
+ "developers" [["name" "Eduardo Julian"
+ "url" "https://github.com/eduardoejp"]]]
"deploy_repositories" ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
@@ -7,8 +15,8 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "compiler" ["com.github.luxlang" "lux-jvm" "0.6.0" "jar"]
- "dependencies" [["com.github.luxlang" "stdlib" "0.6.0" "tar"]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.2" "jar"]
+ "dependencies" [["com.github.luxlang" "stdlib" "0.6.2" "tar"]
["org.python" "jython-standalone" "2.7.2" "jar"]]
"program" "program"]]