We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65748 commit d10b89aCopy full SHA for d10b89a
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