Skip to content

Commit

Permalink
Include only empty priv dir in package
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpaulkoch committed Dec 7, 2024
1 parent 41f0b2b commit ec1fed5
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 @@ -70,7 +70,8 @@ defmodule SqliteVec.MixProject do
licenses: ["MIT"],
links: %{
GitHub: "https://github.com/joelpaulkoch/sqlite_vec"
}
},
files: ~w(lib priv/.gitkeep .formatter.exs mix.exs README.md LICENSE)
]
end

Expand Down

0 comments on commit ec1fed5

Please sign in to comment.