from setuptools import setup, find_packages

setup(
  name='pyrungps',
  version='0.1',
  description='Simple python tool to sync gpx tracks from GPS-SPORT site',
  url='http://rvb.name/gpx',
  author='Roman Bazalevskiy',
  author_email='rvb@rvb.name',
  license='WTFPL?',
  packages=['pyrungps'],
  zip_safe=False
)
