From 3e2289f1f36949169e779cd3e65c34057b51e525 Mon Sep 17 00:00:00 2001 From: jaraco Date: Wed, 14 Apr 2010 16:41:12 +0000 Subject: [PATCH] Updated Trove classifiers to match sourceforge --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d3837c1..e087e22 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,11 @@ setup(name = "svg.charts", license = "MIT", classifiers = [ "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "Intended Audience :: Science/Research", + "Intended Audience :: by End-User Class :: Developers", + "Intended Audience :: by Industry or Sector :: Science/Research", "Programming Language :: Python", "License :: OSI Approved :: MIT License", + "Topic :: Multimedia :: Graphics :: Presentation", ], entry_points = { },