Skip to content

Commit

Permalink
fix project name (guardrails => guardrails-ai)
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Nov 8, 2023
1 parent 0c53d93 commit aa1c7d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "guardrails"
name = "guardrails-ai"
version = "0.2.8"
description = "Adding guardrails to large language models."
authors = ["Guardrails AI <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
packages = [
{ include = "guardrails", from = "." }
]

[tool.poetry.scripts]
guardrails = "guardrails.cli:cli"
Expand Down

0 comments on commit aa1c7d7

Please sign in to comment.