Skip to content

Commit

Permalink
Merge pull request #42 from nosnilmot/rebar3-hex
Browse files Browse the repository at this point in the history
Update hex packaged files
  • Loading branch information
prefiks committed Sep 3, 2020
2 parents 7fce39a + ceff67e commit 6c7dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast_xml.app.src
Expand Up @@ -30,7 +30,7 @@
{mod, {fast_xml,[]}},

%% hex.pm packaging:
{files, ["src/", "lib/", "c_src/fxml.c", "c_src/fxml_stream.c", "include/", "priv/lib/.keepme", "mix.exs", "mix.lock", "Makefile.mix", "rebar.config", "rebar.config.script", "README.md", "LICENSE.txt"]},
{files, ["src/", "lib/", "c_src/fxml.c", "c_src/fxml_stream.c", "include/", "priv/lib/.keepme", "configure", "mix.exs", "mix.lock", "Makefile.mix", "rebar.config", "rebar.config.script", "vars.config.in", "README.md", "LICENSE.txt"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/processone/fast_xml"}]}]}.

Expand Down

0 comments on commit 6c7dbaa

Please sign in to comment.