[nop] Update project.clj template
This commit is contained in:
parent
801e1a1193
commit
d0eb2d9871
1 changed files with 5 additions and 4 deletions
|
|
@ -2,11 +2,12 @@
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "High-performance serialization library for Clojure"
|
:description "High-performance serialization library for Clojure"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
: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"
|
:min-lein-version "2.3.3"
|
||||||
|
|
||||||
|
:license
|
||||||
|
{:name "Eclipse Public License 1.0"
|
||||||
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
||||||
:global-vars
|
:global-vars
|
||||||
{*warn-on-reflection* true
|
{*warn-on-reflection* true
|
||||||
*assert* true
|
*assert* true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue