Skip to content

Commit

Permalink
Added pygeocoder to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Nov 18, 2013
1 parent b0543ea commit 1e70870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitterGeoPics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'TwitterGeoPics'
__version__ = '2.2.0'
__version__ = '2.2.1'
__author__ = 'Jonas Geduldig'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013 Jonas Geduldig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def read(*filenames, **kwargs):
keywords='twitter, geocode',
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']
install_requires = ['TwitterAPI>=2.1', 'pygeocoder', 'fridge']
)

0 comments on commit 1e70870

Please sign in to comment.