From 186368e24a365984e446f5726b64bf1b5235703b Mon Sep 17 00:00:00 2001 From: Herman Schaaf Date: Mon, 24 Jul 2023 08:55:38 +0100 Subject: [PATCH] Fix link in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)