X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/45988c8bde46e2e882825620c2809b7b844f634b..08e9aa1d19604ef26ab6bfbe4d172fcb4a8242df:/setup.py diff --git a/setup.py b/setup.py index f2d5386..fe9b91e 100644 --- a/setup.py +++ b/setup.py @@ -8,17 +8,17 @@ setup( 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", - ], + ], }, )