We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce79f4 commit 9aeeda3Copy full SHA for 9aeeda3
mix.exs
@@ -37,8 +37,16 @@ defmodule Excoding.MixProject do
37
name: "excoding",
38
maintainers: ["Kevin Seidel"],
39
licenses: ["MIT"],
40
- links: %{"GitHub" => "https://github.com/moogle19/excoding"},
41
- files: ~w(.formatter.exs mix.exs README.md lib native checksum-*.exs)
+ links: %{"GitHub" => "https://github.com/elixir-ecto/excoding"},
+ files: [
42
+ "lib",
43
+ "native/excoding/.cargo",
44
+ "native/excoding/src",
45
+ "native/excoding/Cargo*",
46
+ "checksum-*.exs",
47
+ "mix.exs",
48
+ "README.md",
49
+ ]
50
]
51
end
52
0 commit comments