Browse Source

Update trove classifiers

Ask Solem 13 years ago
parent
commit
d905cd7f74
1 changed files with 13 additions and 6 deletions
  1. 13 6
      setup.py

+ 13 - 6
setup.py

@@ -105,23 +105,30 @@ setup(
     test_suite="nose.collector",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
-        "Operating System :: OS Independent",
-        "Environment :: No Input/Output (Daemon)",
-        "Intended Audience :: Developers",
         "License :: OSI Approved :: BSD License",
-        "Operating System :: POSIX",
-        "Topic :: Communications",
         "Topic :: System :: Distributed Computing",
-        "Topic :: Software Development :: Libraries :: Python Modules",
+        "Topic :: Software Development :: Object Brokering",
+        "Intended Audience :: Developers",
+        "Intended Audience :: Information Technology",
+        "Intended Audience :: Science/Research",
+        "Intended Audience :: Financial and Insurance Industry",
+        "Intended Audience :: Healthcare Industry",
+        "Environment :: No Input/Output (Daemon)",
+        "Environment :: Console",
         "Programming Language :: Python",
         "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Programming Language :: Python :: Implementation :: Jython",
+        "Operating System :: OS Independent",
+        "Operating System :: POSIX",
+        "Operating System :: Microsoft :: Windows",
+        "Operating System :: MacOS :: MacOS X",
     ],
     entry_points={
         'console_scripts': console_scripts,