Skip to content

Commit aa1c7d7

Browse files
committed
fix project name (guardrails => guardrails-ai)
1 parent 0c53d93 commit aa1c7d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[tool.poetry]
2-
name = "guardrails"
2+
name = "guardrails-ai"
33
version = "0.2.8"
44
description = "Adding guardrails to large language models."
55
authors = ["Guardrails AI <[email protected]>"]
66
license = "Apache License 2.0"
77
readme = "README.md"
8+
packages = [
9+
{ include = "guardrails", from = "." }
10+
]
811

912
[tool.poetry.scripts]
1013
guardrails = "guardrails.cli:cli"

0 commit comments

Comments
 (0)