Skip to content

Commit 86a8340

Browse files
committed
Add logo
1 parent 61bf978 commit 86a8340

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

logo.jpg

9.35 KB
Loading

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ defmodule ImageOcr.MixProject do
5151
licenses: ["Apache-2.0"],
5252
links: %{"GitHub" => @source_url},
5353
files: ~w(lib c_src priv/tessdata/eng.traineddata priv/tessdata/VERSION
54-
Makefile mix.exs README.md CHANGELOG.md LICENSE .formatter.exs)
54+
Makefile mix.exs README.md CHANGELOG.md LICENSE logo.jpg .formatter.exs)
5555
]
5656
end
5757

5858
defp docs do
5959
[
6060
main: "readme",
61+
logo: "logo.jpg",
6162
extras: ["README.md", "CHANGELOG.md"],
6263
source_ref: "v#{@version}"
6364
]

0 commit comments

Comments
 (0)