Skip to content

Commit

Permalink
Requires TwitterAPI 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Sep 19, 2013
1 parent 7355b29 commit ace10ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# file GENERATED by distutils, do NOT edit
CHANGES.txt
README.txt
setup.py
TwitterGeoPics/Geocoder.py
TwitterGeoPics/GetNewGeo.py
TwitterGeoPics/GetNewPics.py
TwitterGeoPics/GetOldGeo.py
TwitterGeoPics/GetOldPics.py
TwitterGeoPics/__init__.py
TwitterGeoPics/pygeocoder.py
TwitterGeoPics/pygeolib.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit ace10ce

Please sign in to comment.