Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add url and license to clojure package project (#13304)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid authored and szha committed Nov 16, 2018
1 parent efff66b commit 2983185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/clojure-package/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

(defproject org.apache.mxnet.contrib.clojure/clojure-mxnet "1.3.1-SNAPSHOT"
:description "Clojure package for MXNet"
:url "https://github.com/apache/incubator-mxnet"
:license {:name "Apache License"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.9.0"]
[t6/from-scala "0.3.0"]

Expand Down

0 comments on commit 2983185

Please sign in to comment.