From f935212c8b0b323535fcd64149bd9731de907bee Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 3 Jun 2019 01:14:18 +0100 Subject: [PATCH] package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e472e58..ae703bb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pipelinewise-tap-snowflake', version='1.0.0', - description='Singer.io tap for extracting data from Snowflake', + description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible', author="TransferWise", url='https://github.com/transferwise/pipelinewise-tap-postgres', classifiers=['Programming Language :: Python :: 3 :: Only'],