Skip to content

Commit

Permalink
Added additional information in order to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Dec 11, 2016
1 parent 6ca4465 commit 73f78d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ defmodule ExShopify.Mixfile do

def project do
[app: :exshopify,
name: "ExShopify",
description: "Elixir client for the Shopify API",
version: "0.1.0",
package: package,
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down Expand Up @@ -40,4 +43,10 @@ defmodule ExShopify.Mixfile do
{:bypass, "~> 0.5.1", git: "https://github.com/PSPDFKit-labs/bypass", only: :test},
{:excoveralls, "~> 0.5.7", only: :test}]
end

defp package do
[maintainers: ["Anthony Smith"],
licenses: ["MIT"],
links: %{github: "https://github.com/sticksnleaves/exshopify"}]
end
end

0 comments on commit 73f78d1

Please sign in to comment.