diff --git a/rebar.config b/rebar.config index 9796977..94dddfe 100644 --- a/rebar.config +++ b/rebar.config @@ -6,6 +6,13 @@ {setup, "2.1.0"} ]}. +{project_plugins, [rebar3_ex_doc]}. +{hex, [{doc, ex_doc}]}. +{ex_doc, [ + {source_url, "https://github.com/Feuerlabs/exometer_core"}, + {extras, ["README.md", "LICENSE"]}, + {main, "readme"}]}. + {profiles, [ {test, [{deps, [{meck, "0.9.2"}]},