Skip to content

Commit c167476

Browse files
author
selenil
committed
fix package building
1 parent ab912f2 commit c167476

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mix.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ defmodule Lissome.MixProject do
3232
extras: ["README.md"],
3333
links: %{
3434
"GitHub" => @repo_url
35-
}
35+
},
36+
filter_modules: ~r/^Elixir.*/
3637
]
3738
]
3839
end
@@ -69,7 +70,8 @@ defmodule Lissome.MixProject do
6970
Changelog: @repo_url <> "/blob/main/CHANGELOG.md",
7071
GitHub: @repo_url
7172
},
72-
files: ~w(lib src_gleam mix.exs .formatter.exs LICENSE README.md CHANGELOG.md)
73+
files:
74+
~w(lib assets src_gleam/src src_gleam/test src_gleam/gleam.toml src_gleam/manifest.toml src_gleam/README.md mix.exs .formatter.exs LICENSE README.md CHANGELOG.md)
7375
]
7476
end
7577
end

0 commit comments

Comments
 (0)