diff --git a/rebar.config b/rebar.config index fd6368d..eb96c99 100644 --- a/rebar.config +++ b/rebar.config @@ -12,3 +12,13 @@ erlware_commons, {qdate_localtime, "~> 1.2.0"} ]}. + +{project_plugins, [rebar3_ex_doc]}. + +{hex, [{doc, ex_doc}]}. + +{ex_doc, [ + {source_url, <<"https://github.com/choptastic/qdate">>}, + {extras, [<<"README.markdown">>, <<"LICENSE">>]}, + {main, <<"readme">>}]}. +