aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schaefermeyer <mschae@users.noreply.github.com>2016-09-27 15:04:54 -0700
committerGitHub <noreply@github.com>2016-09-27 15:04:54 -0700
commit70fe74efcdf89d1a41a5460d917c43587c92e234 (patch)
treec3292927be79ee7a425367ae65a81bd4df94fd95
parentbb3484f98530a493f83686f639f39ac641aff7bf (diff)
parent9c0ebdb547f1cf56350cab658a7292271fa07c4c (diff)
downloadboltex-70fe74efcdf89d1a41a5460d917c43587c92e234.tar.gz
boltex-70fe74efcdf89d1a41a5460d917c43587c92e234.tar.xz
Merge pull request #8 from kennyballou/add_mix_to_filesHEADmaster
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"],