We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c53d93 commit aa1c7d7Copy full SHA for aa1c7d7
pyproject.toml
@@ -1,10 +1,13 @@
1
[tool.poetry]
2
-name = "guardrails"
+name = "guardrails-ai"
3
version = "0.2.8"
4
description = "Adding guardrails to large language models."
5
authors = ["Guardrails AI <[email protected]>"]
6
license = "Apache License 2.0"
7
readme = "README.md"
8
+packages = [
9
+ { include = "guardrails", from = "." }
10
+]
11
12
[tool.poetry.scripts]
13
guardrails = "guardrails.cli:cli"
0 commit comments