Skip to content

Commit

Permalink
Merge pull request #7 from transferwise/update_setup
Browse files Browse the repository at this point in the history
update info setup.py
  • Loading branch information
Samira-El authored Feb 17, 2020
2 parents 9c73d13 + a36d650 commit 9113831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
#!/usr/bin/env python

from setuptools import setup, find_packages
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(name="pipelinewise-singer-python",
version='1.0.0',
description="Singer.io utility library - PipelineWise compatible",
author="Stitch",
long_description=long_description,
long_description_content_type="text/markdown",
author="TransferWise",
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3 :: Only'
Expand Down

0 comments on commit 9113831

Please sign in to comment.