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