From 421a0ade7d317ca9a76ff6e04738000e8b36d2d8 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Thu, 29 Aug 2024 14:49:26 -0500 Subject: [PATCH] quotes and packages --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea8eabe..a5c5ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "llamaguard-7b +name = "llamaguard-7b" version = "0.0.1" description = "Template repo for Guardrails Hub validators." authors = [ @@ -29,5 +29,7 @@ testpaths = [ [tool.pyright] include = ["validator"] -[tool.setuptools.packages.find] -include = ["validator", "inference", "validator.*", "inference.*"] \ No newline at end of file +[tool.setuptools] +packages = [ + "validator" +] \ No newline at end of file