Skip to content

Commit

Permalink
new mix.exs, prepping for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gartmann committed Jan 12, 2015
1 parent 5f348d0 commit 1a95e55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ defmodule Ashes.Mixfile do
[app: :ashes,
version: "0.0.1",
elixir: "~> 1.0",
description: "A code generation tool for the phoenix web framework",
source_url: "https://github.com/nickgartmann/ashes",
package: package,
deps: deps]
end

Expand All @@ -26,4 +29,13 @@ defmodule Ashes.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[] end

defp package do
[
files: ["lib", "templates", "mix.exs", "README*", "LICENSE*"],
contributors: ["Nick Gartmann"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/nickgartmann/ashes"}
]
end
end

0 comments on commit 1a95e55

Please sign in to comment.