Skip to content

Commit

Permalink
add files (to be exported with the Elixir module) to package() in mix…
Browse files Browse the repository at this point in the history
….exs #19
  • Loading branch information
nelsonic committed Mar 25, 2020
1 parent de1868c commit 10ae6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ defmodule Quotes.MixProject do

defp package() do
[
files: ["lib/quotes.ex", "mix.exs", "README.md", "quotes.json"],
name: "quotes",
licenses: ["GNU GPL v2.0"],
maintainers: ["dwyl"],
Expand Down

0 comments on commit 10ae6dd

Please sign in to comment.