Skip to content

Commit 081c3cd

Browse files
authored
Add missing info needed for clojars deployment (#3)
Signed-off-by: Greg Haskins <[email protected]>
1 parent a580fb3 commit 081c3cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project.clj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
(defproject io.github.manetu/lambda-sdk "0.0.2-SNAPSHOT"
2+
:description "An SDK for developing Lambda functions for the Manetu Platform in ClojureScript"
3+
:url "https://github.com/manetu/lambda-sdk-clj"
4+
:license {:name "Apache License 2.0"
5+
:url "https://www.apache.org/licenses/LICENSE-2.0"
6+
:year 2023
7+
:key "apache-2.0"}
28
:min-lein-version "2.9.0"
39
:dependencies [[org.clojure/clojure "1.11.2"]
410
[org.clojure/clojurescript "1.11.132"

0 commit comments

Comments
 (0)