diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/project.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj index 531076743..accb59253 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -18,6 +18,7 @@ :scm {:name "git" :url ~(str repo ".git")} + :manifest {"lux" ~version} :source-paths ["source"] :profiles {:bibliotheca {:description "Standard library for the Lux programming language." :dependencies [] |