Skip to content

Commit

Permalink
Prepare hex.pm release
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Jan 14, 2016
1 parent 10e440c commit b0c37aa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/fast_tls.app.src
Expand Up @@ -23,11 +23,18 @@

{application, fast_tls,
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
{vsn, "1.0.0"},
{vsn, "1.0.0-beta1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{mod, {fast_tls_app,[]}}]}.
{mod, {fast_tls_app,[]}},


%% hex.pm packaging:
{files, ["src/", "c_src/fast_tls_drv.c", "c_src/p1_sha.c", "c_src/options.h", "c_src/stdint.h", "rebar.config", "rebar.config.script", "README.md", "LICENSE.txt"]},
{licenses, ["Apache 2.0"]},
{maintainers, ["ProcessOne"]},
{links, [{"Github", "https://github.com/processone/fast_xml"}]}]}.

%% Local Variables:
%% mode: erlang
Expand Down

0 comments on commit b0c37aa

Please sign in to comment.