Skip to content

Commit 4b536bf

Browse files
committed
fix: add hex related metadata
1 parent 271c67f commit 4b536bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kabootar
2-
Build human-in-the-loop chat bots
2+
Build human-in-the-loop conversation bots
33

44
## Installation
55

mix.exs

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ defmodule Kabootar.MixProject do
44
def project do
55
[
66
app: :kabootar,
7+
description: "Build human-in-the-loop conversation bots",
8+
licenses: ["GPL-3.0-only"],
9+
links: %{
10+
website: "https://tattle.co.in"
11+
},
712
version: "0.0.1",
813
elixir: "~> 1.15",
914
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)