diff --git a/plugins/twilio/pyproject.toml b/plugins/twilio/pyproject.toml index e46581cf2..0cffcee8c 100644 --- a/plugins/twilio/pyproject.toml +++ b/plugins/twilio/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] name = "vision-agents-plugins-twilio" -version = "0.1.0" +dynamic = ["version"] description = "Twilio plugin for Vision Agents - Voice call integration with media streaming" readme = "README.md" requires-python = ">=3.10" @@ -26,11 +26,14 @@ source = "vcs" raw-options = { root = "..", search_parent_directories = true, fallback_version = "0.0.0" } [tool.hatch.build.targets.wheel] -packages = [".", "vision_agents"] +packages = ["."] [tool.hatch.build.targets.sdist] include = ["/vision_agents"] +[tool.uv.sources] +vision-agents = { workspace = true } + [dependency-groups] dev = [ diff --git a/plugins/twilio/tests/__init__.py b/plugins/twilio/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000