Skip to content

Commit

Permalink
Explicitly list files for hex package
Browse files Browse the repository at this point in the history
  • Loading branch information
edennis committed Jan 29, 2018
1 parent 19b12a6 commit 10b1b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ defmodule Krakex.Mixfile do

defp package() do
[
files: ["README.md", "LICENSE", "mix.exs", "lib/**/*.ex"],
maintainers: ["Erick Dennis"],
licenses: ["MIT"],
links: %{"GitHub" => github_url()}
Expand Down

0 comments on commit 10b1b5b

Please sign in to comment.