From eae5aa6133db973073ddbb524cee2c62320bef22 Mon Sep 17 00:00:00 2001 From: Nathaniel Waisbrot Date: Mon, 19 Sep 2016 00:01:10 -0400 Subject: [PATCH] Add the products of yecc and leex to the excluded_files list Including these in the published Hex package makes it not work on pre-18 versions of Erlang --- src/eini.app.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eini.app.src b/src/eini.app.src index 92b8615..0bbf275 100644 --- a/src/eini.app.src +++ b/src/eini.app.src @@ -6,5 +6,6 @@ {registered, []}, {mod, {eini_app, []}}, {licenses, ["Apache 2.0"]}, - {links, [{"Github", "https://github.com/erlcloud/eini"}]} + {links, [{"Github", "https://github.com/erlcloud/eini"}]}, + {exclude_files, ["src/eini_parser.erl", "src/eini_lexer.erl"]} ]}.