From 62e341a7e7c8edd3a16cce97b08c907a4672a9a7 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Tue, 15 Oct 2024 20:48:33 -0400 Subject: [PATCH] build: add license for pom.xml Add a license so we can publish on clojars --- deps.edn | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deps.edn b/deps.edn index 782ce4b..9c44672 100644 --- a/deps.edn +++ b/deps.edn @@ -1,10 +1,12 @@ {:paths ["src"] :pablo/config - {:github "teknql/tapestry" - :desc "Loom for Clojure" - :target :jar - :group-id teknql - :artifact-id tapestry} + {:github "teknql/tapestry" + :desc "Loom for Clojure" + :target :jar + :group-id teknql + :artifact-id tapestry + :license/name "MIT" + :license/url "https://opensource.org/licenses/MIT"} :aliases {:test {:extra-paths ["test"]