From ee76581b49b383429b7fcdfe484d959aa8f1f73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 11 Aug 2020 10:09:23 +0200 Subject: [PATCH] Add rebar.config* files when publishing to hex from mix This should help with issue #3354 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 00d7e0a57..4106f5048 100644 --- a/mix.exs +++ b/mix.exs @@ -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",