Packaged at last...
[pyrungps.git] / setup.py
diff --git a/setup.py b/setup.py
new file mode 100644 (file)
index 0000000..1ccb8be
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,13 @@
+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
+)