We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6501c19 commit e285d02Copy full SHA for e285d02
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name='stream-django',
26
- version='1.6.0',
+ version='1.6.1',
27
packages=['stream_django'],
28
include_package_data=True,
29
install_requires=requirements,
@@ -32,8 +32,8 @@
32
test_suite='runtests.runtests',
33
license='BSD License',
34
description='A Django app to build activity, news and notification feeds.',
35
- long_description=README,
36
long_description_content_type="text/markdown",
+ long_description=README,
37
url='https://getstream.io/',
38
author='Tommaso Barbugli',
39
author_email='tbarbugli@gmail.com',
0 commit comments