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