diff --git a/pyproject.toml b/pyproject.toml index e23c8bf0..09834836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,9 @@ dev = [ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.build.targets.wheel] +packages = ["graphiti_core"] + [tool.pytest.ini_options] pythonpath = ["."]