aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-09-27 01:44:13 -0600
committerkballou <kballou@devnulllabs.io>2016-09-27 01:44:13 -0600
commit9c0ebdb547f1cf56350cab658a7292271fa07c4c (patch)
treec3292927be79ee7a425367ae65a81bd4df94fd95
parentbb3484f98530a493f83686f639f39ac641aff7bf (diff)
downloadboltex-9c0ebdb547f1cf56350cab658a7292271fa07c4c.tar.gz
boltex-9c0ebdb547f1cf56350cab658a7292271fa07c4c.tar.xz
Add mix.exs to package files list
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 078f6cd..ce301ed 100644
--- a/mix.exs
+++ b/mix.exs
@@ -43,7 +43,7 @@ defmodule Boltex.Mixfile do
defp package do
[
name: :boltex,
- files: ~w(lib README.md LICENSE),
+ files: ~w(mix.exs lib README.md LICENSE),
build_tools: [:hex],
maintainers: ["Michael Schaefermeyer"],
licenses: ["Apache 2.0"],