mirror of
https://github.com/amineo/t2_server_query_elixir.git
synced 2026-02-05 02:01:01 +00:00
* [ExDoc] package: Prep package info
This commit is contained in:
parent
eb25db918f
commit
d6e80b6991
11
mix.exs
11
mix.exs
|
|
@ -17,7 +17,8 @@ defmodule T2ServerQuery.MixProject do
|
|||
docs: [
|
||||
main: "T2ServerQuery",
|
||||
extras: ["README.md"]
|
||||
]
|
||||
],
|
||||
package: package()
|
||||
]
|
||||
end
|
||||
|
||||
|
|
@ -35,4 +36,12 @@ defmodule T2ServerQuery.MixProject do
|
|||
{:ex_doc, "~> 0.24", only: :dev, runtime: false}
|
||||
]
|
||||
end
|
||||
|
||||
defp package() do
|
||||
[
|
||||
licenses: ["MIT"],
|
||||
links: %{"GitHub" => "https://github.com/amineo/t2_server_query_elixir"}
|
||||
]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue