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

Commit

Permalink
Add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
adamu committed Nov 3, 2019
1 parent 2fe1513 commit 031d834
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,24 @@ defmodule LineBot.MixProject do
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
source_url: "https://github.com/adamu/line_bot",
description: "A package for creating chatbots with the Line messenger",
docs: docs()
]
end

defp package do
[
licenses: ["Apache 2.0"],
links: %{
"Messaging API Documentation" => "https://developers.line.biz/en/services/messaging-api/",
"GitHub" => "https://github.com/adamu/line_bot",
"Sample Bot" => "https://github.com/adamu/line_bot/tree/master/sample"
}
]
end

# Run "mix help compile.app" to learn about applications.
def application do
[
Expand Down

0 comments on commit 031d834

Please sign in to comment.