Skip to content

Commit

Permalink
Update mix.exs for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMT committed Jul 15, 2022
1 parent 0d9c994 commit f242152
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@ defmodule CoseDellaVitaEx.MixProject do
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env())
elixirc_paths: elixirc_paths(Mix.env()),
description: """
Library with helper modules for developing an API with Absinthe.
""",
package: [
licenses: ["apache-2.0"],
links: %{github: "https://github.com/weareyipyip/CoseDellaVitaEx"},
source_url: "https://github.com/weareyipyip/CoseDellaVitaEx"
],
source_url: "https://github.com/weareyipyip/CoseDellaVitaEx",
name: "CoseDellaVitaEx",
docs: [
source_ref: "main",
extras: ["./README.md"],
main: "readme"
]
]
end

Expand Down

0 comments on commit f242152

Please sign in to comment.