Skip to content

Commit d10b89a

Browse files
author
Mohammed Sadique
committed
mix config
1 parent 7d65748 commit d10b89a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mix.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ defmodule Matplotex.MixProject do
44
def project do
55
[
66
app: :matplotex,
7+
description: "A library for generating plots in Elixir.",
8+
organization: :bigthinkcode,
79
version: "0.1.0",
810
elixir: "~> 1.17",
911
start_permanent: Mix.env() == :prod,
1012
elixirc_paths: elixirc_paths(Mix.env()),
11-
deps: deps()
13+
deps: deps(),
14+
licenses: ["MIT"],
15+
links: %{"GitHub" => "https://github.com/BigThinkcode/matplotex"}
1216
]
1317
end
1418

0 commit comments

Comments
 (0)