aboutsummaryrefslogtreecommitdiffstats
path: root/mix.exs
diff options
context:
space:
mode:
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 d8129d5..3bfbe3a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,12 +29,13 @@ defmodule Locusts.MixProject do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
+ {:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
end
defp package do
[
- files: ["lib", "mix.exs", "docs/BEAM.md"],
+ files: ["src/locusts.ex", "mix.exs", "docs/BEAM.md"],
maintainers: ["Matt Strapp"],
licenses: ["0BSD"],
links: %{"GitHub" => "https://github.com/locusts-r-us/locusts"}