Skip to content

Commit

Permalink
Add metadata information for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
programisti committed Jan 26, 2016
1 parent 7754485 commit 9c8849b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ defmodule NDCExSdk.Mixfile do
elixir: "~> 1.2.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps]
deps: deps,
package: [
maintainers: ["Zaali Kavelashvili"],
links: %{
"GitHub" => "https://github.com/open-ndc/ndc-ex-sdk"
}
],
description: """
This is an Elixir package that wrapps any NDC-compliant API. It's host-agnostic and quite flexible-through-configuration so that it can reach NDC hosts with a certain flexibility
"""
]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 9c8849b

Please sign in to comment.