diff --git a/src/aleppo.app.src b/src/aleppo.app.src index 53b89ea..5c837f0 100644 --- a/src/aleppo.app.src +++ b/src/aleppo.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, aleppo, [{description, "Aleppo: ALternative Erlang Pre-ProcessOr"}, - {vsn, "0.9.6"}, + {vsn, "0.9.7"}, {modules, [ ]}, {applications, [kernel, stdlib]}, @@ -10,5 +10,13 @@ {maintainers, ["Inaka", "ErlyORM"]}, {licenses, []}, {links, [{"Github", "https://github.com/inaka/aleppo"}]}, - {build_tools, ["make", "rebar"]} + {build_tools, ["make", "rebar"]}, + {files, [ "Makefile" + , "rebar" + , "rebar.config" + , "src/aleppo.app.src" + , "src/aleppo.erl" + , "src/aleppo_parser.yrl" + ] + } ]}.