Fix package files

This commit is contained in:
Marcel Otto 2017-06-25 01:19:07 +02:00
parent 7ed8f7fdc1
commit ce4eb0ed16

View file

@ -40,7 +40,7 @@ defmodule RDF.Mixfile do
maintainers: ["Marcel Otto"],
licenses: ["MIT"],
links: %{"GitHub" => @repo_url},
files: ["lib", "priv", "mix.exs", "README*", "readme*", "LICENSE*", "license*"]
files: ~w[lib priv mix.exs README.md LICENSE.md]
]
end