Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Jul 9, 2016
1 parent 33a1212 commit 09cabc0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TwitterGeoPics/Geocoder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "boxnumber03"
__author__ = "geduldig"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion TwitterGeoPics/SearchOldTweets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "boxnumber03"
__author__ = "geduldig"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion TwitterGeoPics/StreamNewTweets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "boxnumber03"
__author__ = "geduldig"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions TwitterGeoPics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'TwitterGeoPics'
__version__ = '2.2.4'
__author__ = 'boxnumber03'
__author__ = 'geduldig'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013 boxnumber03'
__copyright__ = 'Copyright 2013 geduldig'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def read(*filenames, **kwargs):
setup(
name='TwitterGeoPics',
version=TwitterGeoPics.__version__,
author='geduldig',
author_email='[email protected]',
packages=['TwitterGeoPics'],
package_data={'': []},
Expand Down

0 comments on commit 09cabc0

Please sign in to comment.