Skip to content

Commit e42bcd3

Browse files
committed
added a description in mix.exs for Hex publishing
1 parent 41722ff commit e42bcd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defmodule ElectrumClient.MixProject do
77
[
88
app: :electrum_client,
99
version: @version,
10+
description: "Elixir library simplifying calls to an Electrum RPC Server",
1011
elixir: "~> 1.14",
1112
start_permanent: Mix.env() == :prod,
1213
deps: deps(),

0 commit comments

Comments
 (0)