You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
332 B
Python

from setuptools import setup
setup(
name='photo_to_kml',
version='0.2.0',
packages=['photo_to_kml'],
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')