Skip to content

Commit

Permalink
quotes and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Aug 29, 2024
1 parent a4225ee commit 421a0ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "llamaguard-7b
name = "llamaguard-7b"
version = "0.0.1"
description = "Template repo for Guardrails Hub validators."
authors = [
Expand Down Expand Up @@ -29,5 +29,7 @@ testpaths = [
[tool.pyright]
include = ["validator"]

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

0 comments on commit 421a0ad

Please sign in to comment.