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'] +)