Skip to content

Commit

Permalink
Including pygeocoder source until fixed for python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Jun 20, 2013
1 parent cb3f269 commit f84d5e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ v1.1.0, 12 Feb 2013 -- Replaced TwitterAPI with puttytat for Twitter requests.

v1.1.1, 19 Feb 2013 -- Geocoder uses viewport instead of bounds.

v2.0.1, 14 Jun 2013 -- Switch to TwitterAPI and renamed to TwitterGeoPics
v2.0.1, 14 Jun 2013 -- Switch to TwitterAPI and renamed to TwitterGeoPics

v2.0.2, 14 Jun 2013 -- Included pygeocoder source until fixed for python 3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='TwitterGeoPics',
version='2.0.1',
version='2.0.2',
author='Jonas Geduldig',
author_email='[email protected]',
packages=['TwitterGeoPics'],
Expand All @@ -12,5 +12,5 @@
license='MIT',
keywords='twitter, geocode',
description='Command line scripts for geocoding tweets from twitter.com and for downloading embedded photos.',
install_requires = ['TwitterAPI', 'pygeocoder', 'fridge']
install_requires = ['TwitterAPI', 'fridge']
)

0 comments on commit f84d5e3

Please sign in to comment.