Skip to content

Commit 97a65a2

Browse files
committed
add license / deploy-repositories to project.clj
Signed-off-by: Sean Corfield <[email protected]>
1 parent fdfb3a8 commit 97a65a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

project.clj

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
(defproject marginalia "0.9.2"
22
:description "lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)"
3-
;; :main marginalia.main
3+
:license {:name "Eclipse Public License - v 1.0"
4+
:url "http://www.eclipse.org/legal/epl-v10.html"
5+
:distribution :repo
6+
:comments "same as Clojure"}
7+
;; :main marginalia.main
48
:dependencies
59
[[org.clojure/clojure "1.11.1"]
610
[org.clojure/clojurescript "1.11.132"]
@@ -11,6 +15,11 @@
1115

1216
:resource-paths ["vendor"]
1317

18+
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
19+
:sign-releases false}]
20+
["snapshots" {:url "https://clojars.org/repo"
21+
:sign-releases false}]]
22+
1423
;; updated to match the latest mathjax website information:
1524
:marginalia {:javascript ["https://polyfill.io/v3/polyfill.min.js?features=es6"
1625
"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"]}

0 commit comments

Comments
 (0)