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

Commit

Permalink
Merge pull request #2 from transferwise/add-long-desc
Browse files Browse the repository at this point in the history
add long_description
  • Loading branch information
koszti authored Jul 4, 2019
2 parents 721a3db + 57f99cf commit 58b6af5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

from setuptools import setup

with open('README.md') as f:
long_description = f.read()

setup(name='pipelinewise-tap-snowflake',
version='1.0.2',
description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
author="TransferWise",
url='https://github.com/transferwise/pipelinewise-tap-postgres',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit 58b6af5

Please sign in to comment.