diff --git a/project.clj b/project.clj index 6a158a6..86b51c9 100644 --- a/project.clj +++ b/project.clj @@ -2,11 +2,12 @@ :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy" - :license {:name "Eclipse Public License" - :url "http://www.eclipse.org/legal/epl-v10.html" - :distribution :repo - :comments "Same as Clojure"} :min-lein-version "2.3.3" + + :license + {:name "Eclipse Public License 1.0" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :global-vars {*warn-on-reflection* true *assert* true