From 7f5ff27944dcb7db635c4a66258a115f7b76bdb8 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 15 Jul 2019 15:46:15 +0100 Subject: [PATCH] Bump version and add license to classifiers (#13) --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d496f5ac..31af992a 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,16 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.0.4", + version="1.0.5", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown', author="TransferWise", url='https://github.com/transferwise/pipelinewise-target-snowflake', - classifiers=["Programming Language :: Python :: 3 :: Only"], + classifiers=[ + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3 :: Only' + ], py_modules=["target_snowflake"], install_requires=[ 'idna==2.7',