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

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El committed Feb 17, 2020
1 parent 1d71532 commit c6866b8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#!/usr/bin/env python

from setuptools import setup
from os import path

this_directory = path.abspath(path.dirname(__file__))

with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
with open("README.md", "r") as fh:
long_description = fh.read()

setup(name='pipelinewise-tap-mysql',
version='1.2.0',
description='Singer.io tap for extracting data from MySQL - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
author='Stitch',
author='TransferWise',
url='https://github.com/transferwise/pipelinewise-tap-mysql',
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3',
Expand Down

0 comments on commit c6866b8

Please sign in to comment.