diff --git a/project.clj b/project.clj index 6c41009..8633a5a 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,10 @@ (defproject com.datomic/simulant "0.1.4" :description "Simulation testing with Datomic" + :url "https://github.com/Datomic/simulant" + :license {:name "Eclipse Public License - v 1.0" + :url "http://www.eclipse.org/legal/epl-v10.html" + :distribution :repo + :comments "same as Clojure"} :source-paths ["src" "examples"] :plugins [[lein-marginalia "0.7.1"]] :min-lein-version "2.0.0"