# HG changeset patch # User Pascal Volk # Date 1219523436 0 # Node ID ac2fa80d9faf5eef16aa024f60ed3269b83cdfa4 # Parent f2f7846670401b5d821e315aa12ee22419aff563 * 'setup.py' - updated diff -r f2f784667040 -r ac2fa80d9faf setup.py --- a/setup.py Sat Aug 23 16:26:39 2008 +0000 +++ b/setup.py Sat Aug 23 20:30:36 2008 +0000 @@ -30,6 +30,7 @@ license='BSD License', url='http://vmm.sf.net/', download_url='http://sf.net/project/showfiles.php?group_id=213727', + platforms=['linux2', 'openbsd4'], classifiers=[ 'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable', @@ -37,13 +38,15 @@ 'Intended Audience :: System Administrators', 'License :: OSI Approved :: BSD License', 'Natural Language :: English', + 'Natural Language :: German', 'Operating System :: POSIX', 'Operating System :: POSIX :: BSD', 'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Other', 'Programming Language :: Python', 'Topic :: Communications :: Email', - 'Topic :: System :: Systems Administration' + 'Topic :: System :: Systems Administration', + 'Topic :: Utilities' ], requires=['pyPgSQL'] )