Skip to content

Commit 76ec2f0

Browse files
authored
Fix project metadata (#120)
1 parent 3e79cd2 commit 76ec2f0

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<p align="center">
2-
<img src="docs/assets/brand/logo-lockup-vertical/logo-lockup-vertical.png" width=30%>
2+
<img src="https://raw.githubusercontent.com/Quansight/ragna/fix-project-metadata/docs/assets/brand/logo-lockup-vertical/logo-lockup-vertical.png" width=30%>
33
</p>
44

55
<hr>
66

7-
> **Note** This project is in active development, check back after 26th October for
8-
> updates!
9-
107
A RAG orchestration framework. ⛵️
118

129
## Local development
1310

14-
- Quickstart: [docs/get-started.md](docs/get-started.md#minimal-example)
15-
- Setup: [docs/community/contribute.md](docs/community/contribute.md)
11+
- [Setup](https://ragna.chat/en/stable/install/)
12+
- [Quickstart](https://ragna.chat/en/stable/tutorials/python-api/)
1613

1714
## Code of Conduct
1815

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "Ragna"
10+
description = "RAG orchestration framework"
11+
license = {file = "LICENSE"}
1012
authors = [
1113
{ name = "Ragna Development Team", email = "[email protected]" },
1214
]
15+
readme = "README.md"
1316
classifiers = [
1417
"Development Status :: 4 - Beta",
1518
"Programming Language :: Python :: 3.9",
@@ -40,6 +43,12 @@ dependencies = [
4043
]
4144
dynamic = ["version"]
4245

46+
[project.urls]
47+
Homepage = "https://ragna.chat"
48+
Documentation = "https://ragna.chat"
49+
Changelog = "https://ragna.chat/en/latest/references/changelog/"
50+
Repository = "https://github.com/Quansight/ragna"
51+
4352
[project.optional-dependencies]
4453
# to update the array below, run scripts/update_optional_dependencies.py
4554
builtin = [

0 commit comments

Comments
 (0)