From e3bf9215b91b373db46d4f18a6b42dbfb4c3a705 Mon Sep 17 00:00:00 2001 From: Bertram Harendt Date: Fri, 22 May 2015 14:31:12 +0200 Subject: [PATCH] Add hex metadata. --- mix.exs | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 492d3e15..d1008944 100644 --- a/mix.exs +++ b/mix.exs @@ -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 \ No newline at end of file