Skip to content

Commit

Permalink
Rely on default files list for hex package (#98)
Browse files Browse the repository at this point in the history
The initial goal for this change was to incorporate the CHANGELOG into
the hex package so that it would be available in the diff tool on hex.pm
or the command line (i.e. `mix hex.package diff thousand_island 1.1.0..1.2.0`).

Per discussion in mtrudel/bandit#265 we'll accomplish the above by
removing the `files` configuration and relying on the default list of
files provided by hex (see the linked issue for details).

This change will also have the effect of removing test files from future
releases.
  • Loading branch information
patrickjaberg authored Nov 20, 2023
1 parent 819b821 commit 4a85aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defmodule ThousandIsland.MixProject do
description: "A simple & modern pure Elixir socket server",
source_url: "https://github.com/mtrudel/thousand_island",
package: [
files: ["lib", "test", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Mat Trudel"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/mtrudel/thousand_island"}
Expand Down

0 comments on commit 4a85aac

Please sign in to comment.