Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
slawek87 committed Jan 5, 2015
1 parent 7cddd96 commit eb227cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ geolocation/const.py
geolocation/google_maps.py
geolocation/managers.py
geolocation/parser.py
geolocation/distance_matrix/__init__.py
geolocation/distance_matrix/api.py
geolocation/distance_matrix/const.py
geolocation/distance_matrix/main.py
geolocation/distance_matrix/models.py
geolocation/distance_matrix/parser.py
geolocation/geocode/__init__.py
geolocation/geocode/api.py
geolocation/geocode/main.py
geolocation/geocode/models.py
geolocation/geocode/parsers.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
name='geolocation-python',
version='0.2.0',
packages=['geolocation'],
packages=['geolocation', 'geolocation.distance_matrix', 'geolocation.geocode'],
url='',
download_url='https://github.com/slawek87/geolocation-python/',
license=license_,
Expand Down

0 comments on commit eb227cf

Please sign in to comment.