From e285d02aa5f4917a0832ec12908e53e0555eff78 Mon Sep 17 00:00:00 2001 From: Peter van Kampen Date: Fri, 14 Jun 2019 11:40:22 +0200 Subject: [PATCH] re-release to fix pypi description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b5f2c4f..6262edd 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='stream-django', - version='1.6.0', + version='1.6.1', packages=['stream_django'], include_package_data=True, install_requires=requirements, @@ -32,8 +32,8 @@ test_suite='runtests.runtests', license='BSD License', description='A Django app to build activity, news and notification feeds.', - long_description=README, long_description_content_type="text/markdown", + long_description=README, url='https://getstream.io/', author='Tommaso Barbugli', author_email='tbarbugli@gmail.com',