From 4a2c5f2852bafae32c5939863039cb30e5b60147 Mon Sep 17 00:00:00 2001 From: Baraa Hamodi Date: Tue, 7 Jul 2015 23:10:01 -0700 Subject: [PATCH] Fixed README read issue. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bffd8bc..83c828f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ recursive-include src *.py +include README.rst diff --git a/setup.py b/setup.py index e3ac658..48ed520 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='facebook-online-friend-tracker', - version='1.0.6', + version='1.0.7', description='This tool tracks the number of online friends a user has on Facebook at any given time.', long_description=open('README.rst').read(), url='https://github.com/bhamodi/facebook-online-friend-tracker',