Add rebar.config* files when publishing to hex from mix

This should help with issue #3354
This commit is contained in:
Paweł Chmielowski 2020-08-11 10:09:23 +02:00
parent 842ec1494c
commit ee76581b49
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ defmodule Ejabberd.Mixfile do
defp package do
[# These are the default files included in the package
files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING"],
files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING", "rebar.config", "rebar.config.script"],
maintainers: ["ProcessOne"],
licenses: ["GPLv2"],
links: %{"Site" => "https://www.ejabberd.im",