Skip to content

Commit 950f7b8

Browse files
committed
include readme.md and bump version
1 parent c6d845e commit 950f7b8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from stream import __version__, __maintainer__, __email__
77
import sys
88

9-
long_description = open('README.md').read()
109

1110
unit = 'unittest2py3k' if sys.version_info > (3, 0, 0) else 'unittest2'
1211
tests_require = [
@@ -44,7 +43,6 @@ def run_tests(self):
4443
author_email=__email__,
4544
url='http://github.com/tschellenbach/stream-python',
4645
description='Client for getstream.io. Build scalable newsfeeds & activity streams in a few hours instead of weeks.',
47-
long_description=long_description,
4846
packages=find_packages(),
4947
zip_safe=False,
5048
install_requires=install_requires,

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__copyright__ = 'Copyright 2012, Thierry Schellenbach'
55
__credits__ = ['Thierry Schellenbach, mellowmorning.com, @tschellenbach']
66
__license__ = 'BSD'
7-
__version__ = '0.2.5'
7+
__version__ = '0.2.7'
88
__maintainer__ = 'Thierry Schellenbach'
99
__email__ = 'thierryschellenbach@gmail.com'
1010
__status__ = 'Production'

0 commit comments

Comments
 (0)