Skip to content

Commit

Permalink
[nop] Update project.clj template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 16, 2023
1 parent 7b0cbdf commit bc1c3b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script i18n translations library"
:url "https://github.com/ptaoussanis/tempura"
: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
Expand Down

0 comments on commit bc1c3b3

Please sign in to comment.