From 1c20a60951e3a41a6df950df6f50f4dcdd01fafb Mon Sep 17 00:00:00 2001 From: Josh Lloyd Date: Fri, 17 Mar 2023 12:42:51 -0600 Subject: [PATCH] fixed name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1732ce6..b4b1b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "widen-tap-salesforce-connect" +name = "tap-salesforce-connect" version = "0.1.0" description = "`tap-salesforce-connect` is a Singer tap for SalesforceConnect, built with the Meltano Singer SDK." readme = "README.md"