Skip to content

Commit e285d02

Browse files
committed
re-release to fix pypi description
1 parent 6501c19 commit e285d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='stream-django',
26-
version='1.6.0',
26+
version='1.6.1',
2727
packages=['stream_django'],
2828
include_package_data=True,
2929
install_requires=requirements,
@@ -32,8 +32,8 @@
3232
test_suite='runtests.runtests',
3333
license='BSD License',
3434
description='A Django app to build activity, news and notification feeds.',
35-
long_description=README,
3635
long_description_content_type="text/markdown",
36+
long_description=README,
3737
url='https://getstream.io/',
3838
author='Tommaso Barbugli',
3939
author_email='[email protected]',

0 commit comments

Comments
 (0)