diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/project.clj | 3 |
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"} ) |