mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Add rebar.config* files when publishing to hex from mix
This should help with issue #3354
This commit is contained in:
parent
842ec1494c
commit
ee76581b49
2
mix.exs
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user