diff --git a/setup.py b/setup.py index fd26a42..529a9d9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ Overview ----------- -This is low level gRPC APIs for CloudQuery Plugin. Please see more on [github.com/cloudquery/plugin-pb-pyton](https://github.com/cloudquery/plugin-pb-pyton) +This is low level gRPC APIs for CloudQuery Plugin. Please see more on [github.com/cloudquery/plugin-pb-python](https://github.com/cloudquery/plugin-pb-python) """ packages = [ @@ -66,4 +66,4 @@ include_package_data=True, package_data={"cloudquery": ["plugin_v3/py.typed", "plugin_v3/*.pyi"]}, zip_safe=False, -) \ No newline at end of file +)