Packaged at last...
[pyrungps.git] / setup.py
1 from setuptools import setup, find_packages
2
3 setup(
4   name='pyrungps',
5   version='0.1',
6   description='Simple python tool to sync gpx tracks from GPS-SPORT site',
7   url='http://rvb.name/gpx',
8   author='Roman Bazalevskiy',
9   author_email='rvb@rvb.name',
10   license='WTFPL?',
11   packages=['pyrungps'],
12   zip_safe=False
13 )