Cover for epub and authors in mix.exs
This commit is contained in:
parent
48672584c7
commit
4dbc942929
Binary file not shown.
After Width: | Height: | Size: 403 KiB |
5
mix.exs
5
mix.exs
|
@ -3,6 +3,8 @@ defmodule UkraineTaxidEx.MixProject do
|
||||||
|
|
||||||
@app :ukraine_tax_id
|
@app :ukraine_tax_id
|
||||||
@module UkraineTaxidEx
|
@module UkraineTaxidEx
|
||||||
|
@author "Danylo Negrienko"
|
||||||
|
@authors [@author]
|
||||||
@source_url "https://g.tulz.dev/opensource/ukraine-taxid-ex"
|
@source_url "https://g.tulz.dev/opensource/ukraine-taxid-ex"
|
||||||
@docs_url "https://hexdocs.pm/#{@app}"
|
@docs_url "https://hexdocs.pm/#{@app}"
|
||||||
@version "0.1.3"
|
@version "0.1.3"
|
||||||
|
@ -50,6 +52,9 @@ defmodule UkraineTaxidEx.MixProject do
|
||||||
|
|
||||||
defp docs() do
|
defp docs() do
|
||||||
[
|
[
|
||||||
|
authors: @authors,
|
||||||
|
cover: "assets/cover.png",
|
||||||
|
# logo: "assets/logo.svg",
|
||||||
main: "readme",
|
main: "readme",
|
||||||
name: "#{@module}",
|
name: "#{@module}",
|
||||||
source_ref: "v#{@version}",
|
source_ref: "v#{@version}",
|
||||||
|
|
Loading…
Reference in New Issue