Skip to content

Commit 4744f38

Browse files
committed
use readme for package description
1 parent a3b790f commit 4744f38

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
'python-dateutil'
1616
]
1717

18-
long_description = '''
19-
Documentation
20-
-------------
21-
Full documentation is available on `Github`_.
22-
23-
.. _`Github`: https://github.com/GetStream/stream-python
24-
'''
18+
long_description = open('README.md', 'r').read()
2519

2620
requests = 'requests>=2.3.0,<3'
2721

@@ -64,6 +58,7 @@ def run_tests(self):
6458
url='http://github.com/GetStream/stream-python',
6559
description='Client for getstream.io. Build scalable newsfeeds & activity streams in a few hours instead of weeks.',
6660
long_description=long_description,
61+
long_description_content_type='text/markdown',
6762
license=__license__,
6863
packages=find_packages(),
6964
zip_safe=False,

0 commit comments

Comments
 (0)