setup.py
changeset 60 ac2fa80d9faf
parent 24 48ea255e8a85
child 86 e43e4e7e9ec0
equal deleted inserted replaced
59:f2f784667040 60:ac2fa80d9faf
    28       author='Pascal Volk',
    28       author='Pascal Volk',
    29       author_email='p.volk@veb-it.de',
    29       author_email='p.volk@veb-it.de',
    30       license='BSD License',
    30       license='BSD License',
    31       url='http://vmm.sf.net/',
    31       url='http://vmm.sf.net/',
    32       download_url='http://sf.net/project/showfiles.php?group_id=213727',
    32       download_url='http://sf.net/project/showfiles.php?group_id=213727',
       
    33       platforms=['linux2', 'openbsd4'],
    33       classifiers=[
    34       classifiers=[
    34           'Development Status :: 4 - Beta',
    35           'Development Status :: 4 - Beta',
    35           'Development Status :: 5 - Production/Stable',
    36           'Development Status :: 5 - Production/Stable',
    36           'Environment :: Console',
    37           'Environment :: Console',
    37           'Intended Audience :: System Administrators',
    38           'Intended Audience :: System Administrators',
    38           'License :: OSI Approved :: BSD License',
    39           'License :: OSI Approved :: BSD License',
    39           'Natural Language :: English',
    40           'Natural Language :: English',
       
    41           'Natural Language :: German',
    40           'Operating System :: POSIX',
    42           'Operating System :: POSIX',
    41           'Operating System :: POSIX :: BSD',
    43           'Operating System :: POSIX :: BSD',
    42           'Operating System :: POSIX :: Linux',
    44           'Operating System :: POSIX :: Linux',
    43           'Operating System :: POSIX :: Other',
    45           'Operating System :: POSIX :: Other',
    44           'Programming Language :: Python',
    46           'Programming Language :: Python',
    45           'Topic :: Communications :: Email',
    47           'Topic :: Communications :: Email',
    46           'Topic :: System :: Systems Administration'
    48           'Topic :: System :: Systems Administration',
       
    49           'Topic :: Utilities'
    47       ],
    50       ],
    48       requires=['pyPgSQL']
    51       requires=['pyPgSQL']
    49       )
    52       )