summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 22:54:03 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 22:54:03 -0500
commiteeef10df862470902a4f14b568fda633ae7d2f50 (patch)
treec5ed9137104804b887388555f4fe6b0b11c96880 /mix.exs
parentVersion 0.3.2 (diff)
Add package declaration
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index a13c9cc..f20c3d6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,6 +5,7 @@ defmodule ExIrc.Mixfile do
[ app: :exirc,
version: "0.3.2",
description: "An IRC client library for Elixir.",
+ package: package,
deps: [] ]
end