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, 14 insertions, 0 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux
new file mode 100644
index 000000000..53ffe351b
--- /dev/null
+++ b/lux-python/project.lux
@@ -0,0 +1,14 @@
+{""
+ {#identity ["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT"]
+
+ #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
+ "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
+
+ #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-SNAPSHOT" "jar"]
+ #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"]
+ ["org.python" "jython-standalone" "2.7.2" "jar"]]
+
+ #program "program"}}