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 = { },