Skip to content

Commit

Permalink
Merge pull request #3 from guardrails-ai/patch
Browse files Browse the repository at this point in the history
fix pip install
  • Loading branch information
dtam authored Aug 29, 2024
2 parents e256660 + 9a84af4 commit a4225ee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "validator-template"
version = "0.0.0"
name = "llamaguard-7b
version = "0.0.1"
description = "Template repo for Guardrails Hub validators."
authors = [
{name = "Guardrails AI", email = "[email protected]"}
Expand All @@ -27,4 +27,7 @@ testpaths = [
]

[tool.pyright]
include = ["validator"]
include = ["validator"]

[tool.setuptools.packages.find]
include = ["validator", "inference", "validator.*", "inference.*"]

0 comments on commit a4225ee

Please sign in to comment.