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

Commit

Permalink
add long_description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jun 25, 2019
1 parent 174cd4f commit bfbf043
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-salesforce',
version='1.0.0',
description='Singer.io tap for extracting data from the Salesforce API - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!
author='Stitch',
url='https://github.com/transferwise/pipelinewise-tap-salesforce',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit bfbf043

Please sign in to comment.