mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 10:15:17 +00:00
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:
parent
6284a12fc9
commit
a955a09747
4
mix.exs
4
mix.exs
@ -55,7 +55,9 @@ defmodule Thrift.Mixfile do
|
|||||||
[maintainers: ["Jon Parise", "Steve Cohen"],
|
[maintainers: ["Jon Parise", "Steve Cohen"],
|
||||||
licenses: ["Apache 2.0"],
|
licenses: ["Apache 2.0"],
|
||||||
links: %{"GitHub" => @project_url},
|
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)]
|
~w(src/thrift_lexer.xrl)]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user