aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2019-03-31 00:31:05 -0400
committerEduardo Julian2019-03-31 00:31:05 -0400
commitb4c19578ca9d91c34c5aaba567fadb028a1ec877 (patch)
treec39d23a428ceaaa556a97dfd028d36687f738c85 /lux-python
parent118895081d97279a796cc704e6c23bf92ed79e5e (diff)
Added Lux version to manifests.
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/lux-python/project.clj b/lux-python/project.clj
index cb7be3c12..9722945b5 100644
--- a/lux-python/project.clj
+++ b/lux-python/project.clj
@@ -23,7 +23,8 @@
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]
[org.python/jython-standalone "2.7.1"]]
-
+
+ :manifest {"lux" ~version}
:source-paths ["source"]
:lux {:program "program"}
)