setup.py
changeset 95 fc008eb12186
parent 86 e43e4e7e9ec0
child 102 485d3f7d6981
equal deleted inserted replaced
94:0d303d15549e 95:fc008eb12186
     8 from distutils.core import setup
     8 from distutils.core import setup
     9 
     9 
    10 from VirtualMailManager.constants.VERSION import VERSION
    10 from VirtualMailManager.constants.VERSION import VERSION
    11 
    11 
    12 long_description = """
    12 long_description = """
    13 Virtual Mail Manager is a command line tool for administrators/postmasters to
    13 Virtual Mail Manager is a command line tool for
    14 manage domains, accounts and aliases. It's designed for Dovecot and Postfix
    14 administrators/postmasters to manage domains, accounts and aliases.
    15 with a PostgreSQL backend.
    15 It's designed for Dovecot and Postfix with a PostgreSQL backend.
    16 """
    16 """
    17 
    17 
    18 # remove existing MANIFEST
    18 # remove existing MANIFEST
    19 if os.path.exists('MANIFEST'):
    19 if os.path.exists('MANIFEST'):
    20     os.remove('MANIFEST')
    20     os.remove('MANIFEST')
    27       packages=['VirtualMailManager', 'VirtualMailManager.ext',
    27       packages=['VirtualMailManager', 'VirtualMailManager.ext',
    28           'VirtualMailManager.constants'],
    28           'VirtualMailManager.constants'],
    29       author='Pascal Volk',
    29       author='Pascal Volk',
    30       author_email='p.volk@veb-it.de',
    30       author_email='p.volk@veb-it.de',
    31       license='BSD License',
    31       license='BSD License',
    32       url='http://vmm.sf.net/',
    32       url='http://vmm.localdomain.org/',
    33       download_url='http://sf.net/project/showfiles.php?group_id=213727',
    33       download_url='http://sf.net/project/showfiles.php?group_id=213727',
    34       platforms=['linux2', 'openbsd4'],
    34       platforms=['linux2', 'openbsd4'],
    35       classifiers=[
    35       classifiers=[
    36           'Development Status :: 4 - Beta',
    36           'Development Status :: 4 - Beta',
    37           'Development Status :: 5 - Production/Stable',
    37           'Development Status :: 5 - Production/Stable',