From 2d02ccb31a40bc02e78e7794381086afc42adecc Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Fri, 30 Apr 2021 17:40:49 +0800 Subject: [PATCH] this should be airbyte-cdk --- airbyte-cdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-cdk/python/setup.py b/airbyte-cdk/python/setup.py index 558d81962146..8aa988e35b2a 100644 --- a/airbyte-cdk/python/setup.py +++ b/airbyte-cdk/python/setup.py @@ -33,7 +33,7 @@ README = (HERE / "README.md").read_text() setup( - name="airbyte-base-python", + name="airbyte-cdk", version="0.0.2", description="Contains machinery to make it easy to write an Airbyte Connector in Python.", long_description=README,