Skip to content

Commit

Permalink
Added metadata for hex package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilLelonek committed Jul 28, 2015
1 parent 5c00b50 commit 77b20f8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ defmodule FigaroElixir.Mixfile do
elixir: "~> 1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: description,
package: package,
deps: deps
]
end
Expand All @@ -30,4 +32,19 @@ defmodule FigaroElixir.Mixfile do
{ :yomel, "~> 0.2.2" }
]
end

defp description do
"""
Environmental variables manager and configuration management tool.
"""
end

defp package do
[
files: ["lib", "config", "mix.exs", "README.md"],
contributors: ["Kamil Lelonek"],
licenses: ["MIT"],
links: %{ "GitHub" => "https://github.com/KamilLelonek/figaro-elixir" }
]
end
end

0 comments on commit 77b20f8

Please sign in to comment.