Add cache_policy module to pyproject config

This commit is contained in:
Shreerang Kale 2025-08-01 16:22:24 +05:30
parent f074a9e3b8
commit 2c0cce29f8

View File

@ -15,7 +15,7 @@ dependencies = [
]
[tool.setuptools]
py-modules = ["main", "router", "providers", "errors", "cache", "http_proxy", "ws_proxy", "normalizer"]
py-modules = ["main", "router", "providers", "errors", "cache", "http_proxy", "ws_proxy", "normalizer", "cache_policy"]
[project.optional-dependencies]
test = [