Fix package files
This commit is contained in:
parent
7ed8f7fdc1
commit
ce4eb0ed16
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -40,7 +40,7 @@ defmodule RDF.Mixfile do
|
||||||
maintainers: ["Marcel Otto"],
|
maintainers: ["Marcel Otto"],
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: %{"GitHub" => @repo_url},
|
links: %{"GitHub" => @repo_url},
|
||||||
files: ["lib", "priv", "mix.exs", "README*", "readme*", "LICENSE*", "license*"]
|
files: ~w[lib priv mix.exs README.md LICENSE.md]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue