Skip to content

Commit

Permalink
re-release to fix pypi description
Browse files Browse the repository at this point in the history
  • Loading branch information
pterk committed Jun 14, 2019
1 parent 6501c19 commit e285d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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,
Expand All @@ -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',
Expand Down

0 comments on commit e285d02

Please sign in to comment.