From c6ecad29eade3e01d0a78adf0cdae90668be8fc1 Mon Sep 17 00:00:00 2001 From: Bryan Joseph Date: Tue, 4 Oct 2016 20:56:25 -0500 Subject: [PATCH] Removed files listed in package section of hex that do not exist --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 84944ea..7cdf8b6 100644 --- a/mix.exs +++ b/mix.exs @@ -35,7 +35,7 @@ defmodule AWSAuth.Mixfile do defp package do [ - files: ["lib", "priv", "mix.exs", "README*", "readme*", "LICENSE*", "license*"], + files: ["lib", "mix.exs", "README*"], maintainers: ["Bryan Joseph"], licenses: ["Apache 2.0"], links: %{"GitHub" => "https://github.com/bryanjos/aws_auth"}