diff --git a/rebar.config b/rebar.config index d59a6ae..c2f56ec 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,6 @@ {eunit_tests, [{dir, "test"}]}. - {profiles, [{test, [{deps, [ {proper, diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 6f49231..c136849 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -2,5 +2,9 @@ {description, "JSON Decoder/Encoder."}, {vsn, git}, {registered, []}, - {applications, [kernel, stdlib]} + {applications, [kernel, stdlib]}, + + {maintainers, ["Paul J. Davis"]}, + {licenses, ["BSD"]}, + {links, [{"Github", "https://github.com/davisp/jiffy"}]} ]}.