Browse Source

Make hex package

Heinz N. Gies 9 years ago
parent
commit
2c79692790
2 changed files with 6 additions and 1 deletions
  1. 1 0
      rebar.lock
  2. 5 1
      src/erlydtl.app.src

+ 1 - 0
rebar.lock

@@ -0,0 +1 @@
+[].

+ 5 - 1
src/erlydtl.app.src

@@ -4,5 +4,9 @@
   {vsn, "0.11.1"},
   {modules, []},
   {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
-  {registered, []}
+  {registered, []},
+  {maintainers, ["erlydtl", "Heinz N. Gies"]},
+  {licenses,["MIT"]},
+  {links,[{"Github",
+           "https://github.com/project-fifo/fifo_spec"}]}
  ]}.