Skip to content

Commit 3bad377

Browse files
committed
Use recommended file inclusion paths for packaging
1 parent 92f6cbc commit 3bad377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ defmodule ThousandIsland.MixProject do
1616
package: [
1717
maintainers: ["Mat Trudel"],
1818
licenses: ["MIT"],
19-
links: %{"GitHub" => "https://github.com/mtrudel/thousand_island"}
19+
links: %{"GitHub" => "https://github.com/mtrudel/thousand_island"},
20+
files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"]
2021
],
2122
docs: docs()
2223
]

0 commit comments

Comments
 (0)