We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d65748 + d10b89a commit 6e0ef75Copy full SHA for 6e0ef75
1 file changed
mix.exs
@@ -4,11 +4,15 @@ defmodule Matplotex.MixProject do
4
def project do
5
[
6
app: :matplotex,
7
+ description: "A library for generating plots in Elixir.",
8
+ organization: :bigthinkcode,
9
version: "0.1.0",
10
elixir: "~> 1.17",
11
start_permanent: Mix.env() == :prod,
12
elixirc_paths: elixirc_paths(Mix.env()),
- deps: deps()
13
+ deps: deps(),
14
+ licenses: ["MIT"],
15
+ links: %{"GitHub" => "https://github.com/BigThinkcode/matplotex"}
16
]
17
end
18
0 commit comments