Skip to content

Commit

Permalink
* include json datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Aug 8, 2023
1 parent 5b4f2b8 commit a7cde32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def parse_requirements(file_name: str) -> List[str]:

setuptools.setup(
name="llm-guard",
version="0.0.1",
version="0.0.2",
author="Laiyer.ai",
author_email="hello@laiyer.ai",
description=(
Expand All @@ -34,4 +34,7 @@ def parse_requirements(file_name: str) -> List[str]:
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/laiyer-ai/llm-guard",
package_data={
"llm_guard": ["**/*.json"],
},
)

0 comments on commit a7cde32

Please sign in to comment.