aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-01-24 10:07:12 +0100
committerMickael Remond <mremond@process-one.net>2016-01-24 10:07:12 +0100
commit67b5162df953c433a5efbedd212e0d0523cfa2ab (patch)
tree802e577118924c96daea8c6c81a23d6bb2d98c96 /mix.exs
parentejabberd will handle Mnesia start (diff)
Prepare hex.pm release
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs11
1 files changed, 7 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 141189eb3..e7a7cc321 100644
--- a/mix.exs
+++ b/mix.exs
@@ -53,10 +53,13 @@ defmodule Ejabberd.Mixfile do
end
defp package do
- [licenses: ["GPLv2"],
- links: %{"Site" => "https://www.ejabberd.im",
- "Documentation" => "http://docs.ejabberd.im",
- "Source" => "https://github.com/processone/ejabberd"}]
+ [# These are the default files included in the package
+ files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING"],
+ maintainers: ["ProcessOne"],
+ licenses: ["GPLv2"],
+ links: %{"Site" => "https://www.ejabberd.im",
+ "Documentation" => "http://docs.ejabberd.im",
+ "Source" => "https://github.com/processone/ejabberd"}]
end
end