From 3b5ce5f575697b0fb0bbc3b8e12b43b784b5c819 Mon Sep 17 00:00:00 2001 From: Jonas Geduldig Date: Sat, 2 Feb 2013 17:00:24 -0500 Subject: [PATCH] Update setup --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 09beea8..754f47c 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,5 @@ license='MIT', keywords='twitter', description='Command line scripts for geocoding old and new tweets from twitter.com and for downloading embedded photos.', - long_description=open('README.txt').read(), - install_requires = ['twitterapi', 'pygeocoder', 'Fridge'] -) \ No newline at end of file + install_requires = ['twitterapi', 'pygeocoder', 'fridge'] +)