We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab912f2 commit c167476Copy full SHA for c167476
mix.exs
@@ -32,7 +32,8 @@ defmodule Lissome.MixProject do
32
extras: ["README.md"],
33
links: %{
34
"GitHub" => @repo_url
35
- }
+ },
36
+ filter_modules: ~r/^Elixir.*/
37
]
38
39
end
@@ -69,7 +70,8 @@ defmodule Lissome.MixProject do
69
70
Changelog: @repo_url <> "/blob/main/CHANGELOG.md",
71
GitHub: @repo_url
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)
75
76
77
0 commit comments