diff --git a/mix.exs b/mix.exs index 5f48792d5..3b080310f 100644 --- a/mix.exs +++ b/mix.exs @@ -84,7 +84,8 @@ defmodule Livebook.MixProject do licenses: ["Apache-2.0"], links: %{ "GitHub" => "https://github.com/elixir-nx/livebook" - } + }, + files: ~w(lib priv/static config mix.exs README.md LICENSE CHANGELOG.md) ] end end