aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-12 09:44:22 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-12 09:44:22 +0100
commit02fa1fe3a987698450480be56b75cdf6e560a232 (patch)
tree24c83f7f245d282a7d5d5db47ae58061fb622c4c /mix.exs
parentf8df0aaecd89a42ee3c73d7b05f02ff2206fb084 (diff)
downloadzendex-02fa1fe3a987698450480be56b75cdf6e560a232.tar.gz
zendex-02fa1fe3a987698450480be56b75cdf6e560a232.tar.xz
Specific files added to package.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index dd15095..0fa3c82 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Zendex.Mixfile do
def project do
[app: :zendex,
- version: "0.4.0",
+ version: "0.4.1",
elixir: "~> 1.3",
description: description(),
build_embedded: Mix.env == :prod,
@@ -33,6 +33,7 @@ defmodule Zendex.Mixfile do
defp package do
[name: :zendex,
+ files: ["lib/zendex", "mix.exs", "README.md", "LICENSE"],
maintainers: ["Steven Blowers"],
licenses: ["Apache 2.0"],
links: %{"GitHub" => "https://github.com/shdblowers/zendex"}]