Reduce the size of the packaged Apache Thrift lib.

We only need the Erlang bits, so only package those along with the top-level
project documents.
This commit is contained in:
Jon Parise 2016-02-02 14:04:45 -08:00
parent 6284a12fc9
commit a955a09747

View File

@ -55,7 +55,9 @@ defmodule Thrift.Mixfile do
[maintainers: ["Jon Parise", "Steve Cohen"],
licenses: ["Apache 2.0"],
links: %{"GitHub" => @project_url},
files: ~w(README.md LICENSE mix.exs ext lib) ++
files: ~w(README.md LICENSE mix.exs lib) ++
~w(ext/thrift/CHANGES ext/thrift/LICENSE ext/thrift/NOTICE) ++
~w(ext/thrift/README.md ext/thrift/doc ext/thrift/lib/erl) ++
~w(src/thrift_lexer.xrl)]
end
end