diff --git a/setup.py b/setup.py index f397e1b0..e2734c2d 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ def find_version(*file_paths): license="Apache License 2.0", packages=find_packages(exclude=["examples", "research", "img"]), include_package_data=True, + data_files=["blendsql/grammars/_cfg_grammar.lark"], install_requires=[ "outlines", "pyparsing==3.1.1", @@ -42,6 +43,7 @@ def find_version(*file_paths): "python-dotenv==1.0.1", "sqlglot==18.13.0", "sqlalchemy>=2.0.0", + "huggingface_hub", "lark", "exrex", "platformdirs",