Skip to content

Commit

Permalink
Add long project description
Browse files Browse the repository at this point in the history
  • Loading branch information
sendpulse committed Mar 13, 2020
1 parent e624e38 commit 378301b
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 @@ -11,11 +11,16 @@
if version_info.major == 2:
install_requires = ['python-memcached', 'requests', 'simplejson']

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

setup(
name='pysendpulse',
version=__version__,
packages=find_packages(),
description='A simple SendPulse REST client library and example for Python',
long_description=long_description,
long_description_content_type="text/markdown",
author=__author__,
author_email=__author_email__,
url='https://github.com/sendpulse/sendpulse-rest-api-python',
Expand Down

0 comments on commit 378301b

Please sign in to comment.