Skip to content

Commit

Permalink
Quote the package files: list using ~w().
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jan 19, 2016
1 parent c708045 commit 2358ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ defmodule Thrift.Mixfile do
[maintainers: ["Jon Parise", "Steve Cohen"],
licenses: ["Apache 2.0"],
links: %{"GitHub" => @project_url},
files: ["ext", "lib", "mix.exs", "README.md", "LICENSE"]]
files: ~w(README.md LICENSE mix.exs ext lib)]
end
end

0 comments on commit 2358ad6

Please sign in to comment.