setup.py
changeset 86 e43e4e7e9ec0
parent 60 ac2fa80d9faf
child 95 fc008eb12186
equal deleted inserted replaced
85:6f2fa633f1a1 86:e43e4e7e9ec0
    22 
    22 
    23 setup(name='VirtualMailManager',
    23 setup(name='VirtualMailManager',
    24       version=VERSION,
    24       version=VERSION,
    25       description='Tool to manage mail domains/accounts/aliases for Dovecot and Postfix',
    25       description='Tool to manage mail domains/accounts/aliases for Dovecot and Postfix',
    26       long_description=long_description,
    26       long_description=long_description,
    27       packages=['VirtualMailManager', 'VirtualMailManager.constants'],
    27       packages=['VirtualMailManager', 'VirtualMailManager.ext',
       
    28           'VirtualMailManager.constants'],
    28       author='Pascal Volk',
    29       author='Pascal Volk',
    29       author_email='p.volk@veb-it.de',
    30       author_email='p.volk@veb-it.de',
    30       license='BSD License',
    31       license='BSD License',
    31       url='http://vmm.sf.net/',
    32       url='http://vmm.sf.net/',
    32       download_url='http://sf.net/project/showfiles.php?group_id=213727',
    33       download_url='http://sf.net/project/showfiles.php?group_id=213727',