Skip to content

Commit

Permalink
https://hex.pm/packages/mad
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Mar 24, 2015
1 parent a52d4ac commit d227476
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
defmodule MAD.Mixfile do
use Mix.Project

def project do
[app: :mad,
version: "0.9.0",
description: "Small and fast rebar replacement",
package: package]
end

defp package do
[files: ~w(c_src doc include priv src LICENSE package.exs README.md rebar.config),
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/synrc/mad"}]
end
end

0 comments on commit d227476

Please sign in to comment.