aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
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"}
)