Skip to content

Commit 888e977

Browse files
committed
fix(readme): update instructions
1 parent 2773b2f commit 888e977

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Flare AI Social
22

3-
## 🏗️ Build & Run Instructions
3+
Flare AI Kit template for Social AI Agents.
44

5-
You can deploy Flare AI DeFAI using Docker (recommended) or set up the backend and frontend manually.
5+
## 🏗️ Build & Run Instructions
66

77
1. **Prepare the Environment File:**
88
Rename `.env.example` to `.env` and update the variables accordingly.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "flare-ai-social"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Flare AI Kit template for Social AI Agents"
55
readme = "README.md"
66
authors = [
77
{ name = "Dinesh Pinto", email = "annual.fallout_0z@icloud.com" }
@@ -48,7 +48,6 @@ ignore = ["D203", "D212", "COM812", "D", "S105", "ANN401", "T201", "ISC003"]
4848

4949
[tool.ruff.lint.extend-per-file-ignores]
5050
"tests/**/*.py" = ["S101", "ARG"]
51-
"src/flare_ai_social/prompts/dataset.py" = ["E501"]
5251
"src/flare_ai_social/prompts/templates.py" = ["E501"]
5352

5453
[tool.ruff.format]

0 commit comments

Comments
 (0)