mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-04 02:43:09 +08:00
Update package files whitelist
This commit is contained in:
parent
1e4200e338
commit
7e4eccbf6d
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
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
|
||||
|
|
Loading…
Reference in a new issue