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

Add url and license to clojure package project #13304

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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