Skip to content

Commit

Permalink
[ErlyORM#20] Remove generated parser.erl file from package
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Jan 21, 2016
1 parent 8259821 commit 3709a2b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/aleppo.app.src
Original file line number Diff line number Diff line change
@@ -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]},
Expand All @@ -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"
]
}
]}.

0 comments on commit 3709a2b

Please sign in to comment.