from setuptools import setup setup( name='photo_to_kml', version='0.2.0', packages=['photo_to_kml'], install_requires=['simplekml', 'Pillow'], entry_points={'console_scripts':['photo_to_kml = photo_to_kml:main']}, author='Dan Howe', author_email='d.howe@wrl.unsw.edu.au', description='Add geotagged images to a kml for viewing in Google Earth')