Skip to content

Commit

Permalink
Add package details
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Dec 31, 2018
1 parent ea826f2 commit c653b88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mix.exs
Expand Up @@ -16,6 +16,7 @@ defmodule Cloak.Ecto.MixProject do
],
source_url: "https://github.com/danielberkompas/cloak_ecto",
description: "Encrypted fields for Ecto",
package: package(),
deps: deps(),
docs: docs(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down Expand Up @@ -47,6 +48,17 @@ defmodule Cloak.Ecto.MixProject do
]
end

defp package do
[
files: ["lib", "mix.exs", "README.md", "CHANGELOG.md", "LICENSE"],
maintainers: ["Daniel Berkompas"],
licenses: ["MIT"],
links: %{
"GitHub" => "https://github.com/danielberkompas/cloak_ecto"
}
]
end

defp docs do
[
main: "readme",
Expand Down

0 comments on commit c653b88

Please sign in to comment.