From b5b87a3a76ab6cae47efe59173861f540ec06a4c Mon Sep 17 00:00:00 2001 From: Niklas Long Date: Mon, 21 Sep 2020 14:18:03 +0000 Subject: [PATCH] Edit included files in release (#29) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c40ebb3..d032e97 100644 --- a/mix.exs +++ b/mix.exs @@ -55,7 +55,7 @@ defmodule Olm.MixProject do maintainers: ["Niklas Long"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/niklaslong/olm-elixir"}, - files: ~w(lib priv .formatter.exs mix.exs README* LICENSE* CHANGELOG* src c_src Makefile) + files: ~w(lib priv .formatter.exs mix.exs README* LICENSE* c_src Makefile .clang-format) ] end end