Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Bump version and add license to classifiers (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jul 15, 2019
1 parent 1bb7c20 commit 7f5ff27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7f5ff27

Please sign in to comment.