Skip to content

Commit

Permalink
Add hex metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharendt committed May 22, 2015
1 parent aebceb8 commit e3bf921
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@ defmodule Edeliver.Mixfile do

def project do
[
version: "1.0.0"
version: "1.0.0",
description: "Build and Deploy Elixir Applications and perform Hot-Code Upgrades",
package: [
licenses: ["MIT"],
files: [
"bin",
"lib",
"libexec",
"src",
"strategies",
"README.md",
],
links: %{"GitHub" => "https://github.com/boldpoker/edeliver"},
],
]
end
end

0 comments on commit e3bf921

Please sign in to comment.