Skip to content

Commit

Permalink
add hex package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkittelson committed Nov 11, 2014
1 parent c3bac84 commit 0b3eb1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ defmodule DogStatsd.Mixfile do
version: version,
elixir: "~> 1.0",
test_coverage: [tool: ExCoveralls],
deps: deps]
deps: deps,
package: [
contributors: ["Adam Kittelson"],
licenses: ["MIT"],
links: %{ github: "https://github.com/adamkittelson/dogstatsd-elixir" }
],
description: "A client for DogStatsd, an extension of the StatsD metric server for Datadog."
]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 0b3eb1c

Please sign in to comment.