Update rebar.config wiht some hex stuff
This commit is contained in:
parent
ea203ec90d
commit
2a20cdea1e
1 changed files with 10 additions and 0 deletions
10
rebar.config
10
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">>}]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue