Add missing fields for hex publish

This commit is contained in:
Heinz N. Gies 2016-02-18 01:23:25 -05:00
parent 78276b1f9e
commit d3d815280d

View file

@ -1,11 +1,12 @@
{application, 'erlang_localtime',
[
{description, "Erlang library for conversion from one local time to another"},
{vsn, "1.0"},
{vsn, "1.0.0"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
{env, []},
{maintainers, ["Jesse Gumm", "Heinz N. Gies"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/choptastic/erlang_localtime"}]}
]}.