From ace10ce2868d3f60e3e61ece9fec193f44cb3529 Mon Sep 17 00:00:00 2001 From: Jonas Geduldig Date: Thu, 19 Sep 2013 19:21:45 -0400 Subject: [PATCH] Requires TwitterAPI 2.1 --- MANIFEST | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index a1ea86a..cf0f5ee 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ # file GENERATED by distutils, do NOT edit CHANGES.txt +README.txt setup.py TwitterGeoPics/Geocoder.py TwitterGeoPics/GetNewGeo.py @@ -7,5 +8,3 @@ TwitterGeoPics/GetNewPics.py TwitterGeoPics/GetOldGeo.py TwitterGeoPics/GetOldPics.py TwitterGeoPics/__init__.py -TwitterGeoPics/pygeocoder.py -TwitterGeoPics/pygeolib.py diff --git a/setup.py b/setup.py index 4024296..1b21861 100644 --- a/setup.py +++ b/setup.py @@ -25,4 +25,4 @@ def read(*filenames, **kwargs): description='Command line scripts for geocoding tweets from twitter.com and for downloading embedded photos.', long_description=read('README.txt'), install_requires = ['TwitterAPI>=2.1', 'fridge'] - +)