3 from setuptools import setup
8 description='Create and switch between dropbox profiles easily',
10 author_email='stack@inventati.org',
11 url='http://v.licheni.net/stack/code/dboxswitch',
12 packages=['dboxswitch'],
13 package_data={'dboxswitch': ['icons/*.png']},
14 license='LICENSE.txt',
15 long_description=open('README.txt').read(),
21 "dboxswitch = dboxswitch.__main__:main",