Browse Source

Add doc to app.src for hex docs generation

Marc Worrell 3 years ago
parent
commit
d3176865dc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/oauth.app.src

+ 2 - 1
src/oauth.app.src

@@ -4,6 +4,7 @@
   {modules, [oauth]},
   {registered, []},
   {applications, [kernel, stdlib, crypto, public_key, inets]},
-  {licenses, ["MIT License"]},
+  {doc, "doc"},
+  {licenses, ["MIT"]},
   {links, [{"GitHub", "https://github.com/erlangpack/erlang-oauth"}]}
 ]}.