Skip to content

Commit

Permalink
Use recommended file inclusion paths for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Dec 30, 2023
1 parent 92f6cbc commit 3bad377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ defmodule ThousandIsland.MixProject do
package: [
maintainers: ["Mat Trudel"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/mtrudel/thousand_island"}
links: %{"GitHub" => "https://github.com/mtrudel/thousand_island"},
files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"]
],
docs: docs()
]
Expand Down

0 comments on commit 3bad377

Please sign in to comment.