Skip to content

Commit

Permalink
chore: Update pyproject.toml with corrected license
Browse files Browse the repository at this point in the history
  • Loading branch information
okwilkins committed May 18, 2024
1 parent 7b74cd6 commit 16e643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rag-cli"
version = "0.2.0"
description = "A project to show good CLI practices with a fully fledged RAG system."
readme = "README.md"
license = "GNU GPL"
license = "GNU General Public License (GPL)"
keywords = ["CLI", "RAG", "LLM", "vector database", "ollama"]
authors = ["Oliver Kenyon Wilkins <okwilkins@googlemail.com>"]

Expand Down

0 comments on commit 16e643d

Please sign in to comment.