Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit 60d3731

Browse files
azmavethclaude
andcommitted
fix: include docs directory in hex package files
Add docs directory to package files to resolve warnings about missing documentation references during hex publish. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e97ffd1 commit 60d3731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule ExLLM.MixProject do
3636
defp package do
3737
[
3838
name: "ex_llm",
39-
files: ~w(lib .formatter.exs mix.exs README.md LICENSE CHANGELOG.md),
39+
files: ~w(lib docs .formatter.exs mix.exs README.md LICENSE CHANGELOG.md),
4040
licenses: ["MIT"],
4141
links: %{
4242
"GitHub" => "https://github.com/azmaveth/ex_llm",

0 commit comments

Comments
 (0)