Skip to content

Commit

Permalink
chore: fix package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 13, 2024
1 parent 44acea4 commit 5c3305b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ defmodule Igniter.MixProject do

@version "0.1.0"

@description """
A code generation and project patching framework
"""

def project do
[
app: :igniter,
version: @version,
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: @description,
aliases: aliases(),
package: package(),
docs: docs(),
Expand Down

0 comments on commit 5c3305b

Please sign in to comment.