* 'setup.py'
authorPascal Volk <neverseen@users.sourceforge.net>
Sat, 23 Aug 2008 20:30:36 +0000
changeset 60 ac2fa80d9faf
parent 59 f2f784667040
child 61 d85482575349
* 'setup.py' - updated
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']
       )