os.path.dirname(path)))
 
         self.appname = "dboxswitch"
-        self.appversion = "0.1"
+        self.appversion = "0.9"
         if os.path.isdir(os.path.join(__location__,"icons")):
             path = os.path.join(__location__,"icons")
         else:
 
     description='Create and switch between dropbox profiles easily',
     author='stack',
     author_email='stack@inventati.org',
-    url='http://v.licheni.net/stack/code/dboxswitch',
+    url='http://v.licheni.net/stack/code/dboxswitch.git',
     packages=['dboxswitch'],
     package_data={'dboxswitch': ['icons/*.png']},
     license='LICENSE.txt',
-    long_description=open('README.txt').read(),
+    long_description=open('README.md').read(),
     install_requires=[
         "distribute",
     ],
     entry_points={
         "console_scripts": [
             "dboxswitch = dboxswitch.__main__:main",
-            ],
+        ],
     },
 )