diff --git a/pyproject.toml b/pyproject.toml index 03b9efb0..b1d4aa25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,12 +44,6 @@ Repository = "https://github.com/UiPath/uipath-python" requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.wheel] -packages = ["src/uipath_langchain"] - -[tool.hatch.build.targets.sdist] -packages = ["src/uipath_langchain"] - [dependency-groups] dev = [ "mypy>=1.14.1",