Skip to content

Commit

Permalink
Merge pull request #247 from esl/fix/hex.pm
Browse files Browse the repository at this point in the history
Add folders for correct copy into hex.pm
  • Loading branch information
NelsonVides committed Jul 30, 2021
2 parents 0e2736c + 3372cf3 commit 370d57b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/escalus.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@
{links, [{"Github", "https://github.com/esl/escalus"}]},
{build_tools, ["make", "rebar"]},
{mod, {escalus_app, []}},
{env, [{config_file, "priv/escalus.config"}]}
{env, [{config_file, "priv/escalus.config"}]},
%% rebar3_hex ?DEFAULT_FILES: https://github.com/erlef/rebar3_hex/blob/master/src/rebar3_hex_publish.erl#L22
{files, ["src", "c_src", "include", "rebar.config.script",
"priv", "rebar.config", "rebar.lock", "CHANGELOG*",
"changelog*" ,"README*", "readme*" ,"LICENSE*",
"license*", "NOTICE",
%% escalus
"thirdparty", "script", "mongooseim-escalus-test-1"
]}
]}.

0 comments on commit 370d57b

Please sign in to comment.