Skip to content

Commit

Permalink
Merge pull request #21 from inaka/jfacorro.20.remove_parser_erl_from_…
Browse files Browse the repository at this point in the history
…package

[#20] Remove generated parser.erl file from package
  • Loading branch information
Brujo Benavides committed Jan 21, 2016
2 parents 8259821 + 3709a2b commit 258d554
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 258d554

Please sign in to comment.