Current section

Files

Jump to
edeliver mix.exs
Raw

mix.exs

defmodule Edeliver.Mixfile do
use Mix.Project
def project do
[
app: :edeliver,
version: "1.0.0",
description: "Build and Deploy Elixir Applications and perform Hot-Code Upgrades",
package: [
licenses: ["MIT"],
files: [
"bin",
"mix.exs",
"lib",
"libexec",
"src",
"strategies",
"README.md",
],
links: %{"GitHub" => "https://github.com/boldpoker/edeliver"},
],
]
end
end