Skip to content

Commit 8c47d31

Browse files
authored
Merge pull request #1 from cloudquery/hermanschaaf-patch-1
fix(pypi): Fix link in setup.py
2 parents f600ecf + 186368e commit 8c47d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Overview
2727
-----------
2828
29-
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)
29+
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)
3030
"""
3131

3232
packages = [
@@ -66,4 +66,4 @@
6666
include_package_data=True,
6767
package_data={"cloudquery": ["plugin_v3/py.typed", "plugin_v3/*.pyi"]},
6868
zip_safe=False,
69-
)
69+
)

0 commit comments

Comments
 (0)