Packages

Nitrogen QRCode Encoder

Current section

Files

Jump to
nitro_qrcode rebar.config
Raw

rebar.config

%%-*- mode: erlang -*-
%% vi:ft=erlang
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/nitrogen/nitro_qrcode">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}]}.